Interface PartialInterpretation<A extends AbstractValue<A,C> , C>
- All Superinterfaces:
AnyPartialInterpretation
- All Known Implementing Classes:
AbstractPartialInterpretation, MissingInterpretation
public non-sealed interface PartialInterpretation<A extends AbstractValue<A,C>, C>
extends AnyPartialInterpretation
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacePartialInterpretation.Factory<A extends AbstractValue<A,C>, C> -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(ResultSetListener<A> listener) getAll()voidremoveListener(ResultSetListener<A> listener) Methods inherited from interface AnyPartialInterpretation
getAdapter, getConcreteness
-
Method Details
-
getPartialSymbol
PartialSymbol<A,C> getPartialSymbol()- Specified by:
getPartialSymbolin interfaceAnyPartialInterpretation
-
get
-
getAll
-
addListener
-
removeListener
-