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