Class UndoSource.HistorySourcedUndo
java.lang.Object
it.uniroma2.art.semanticturkey.changetracking.sail.UndoSource.HistorySourcedUndo
- All Implemented Interfaces:
UndoSource
- Enclosing interface:
- UndoSource
-
Nested Class Summary
Nested classes/interfaces inherited from interface it.uniroma2.art.semanticturkey.changetracking.sail.UndoSource
UndoSource.HistorySourcedUndo, UndoSource.StackSourcedUndo, UndoSource.UndoSourceVisitor, UndoSource.ValidationSourcedUndo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(UndoSource.UndoSourceVisitor visitor) org.eclipse.rdf4j.model.IRI
-
Constructor Details
-
HistorySourcedUndo
public HistorySourcedUndo(org.eclipse.rdf4j.model.IRI commit)
-
-
Method Details
-
getCommit
public org.eclipse.rdf4j.model.IRI getCommit() -
accept
- Specified by:
accept
in interfaceUndoSource
-