Package tools.refinery.store.model
Interface Interpretation<T>
- All Superinterfaces:
AnyInterpretation
- All Known Implementing Classes:
VersionedInterpretation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(InterpretationListener<T> listener, boolean alsoWhenRestoring) getAdjacent
(int slot, int node) getAll()
getDiffCursor
(Version to) void
void
removeListener
(InterpretationListener<T> listener) Methods inherited from interface tools.refinery.store.model.AnyInterpretation
getAdjacentSize, getModel, getSize
-
Method Details
-
getSymbol
- Specified by:
getSymbol
in interfaceAnyInterpretation
-
get
-
getAll
-
getAdjacent
-
put
-
putAll
-
getDiffCursor
-
addListener
-
removeListener
-