Class MissingInterpretation<A extends AbstractValue<A,C> , C>
java.lang.Object
tools.refinery.store.reasoning.interpretation.AbstractPartialInterpretation<A,C>
tools.refinery.store.reasoning.translator.MissingInterpretation<A,C>
- All Implemented Interfaces:
AnyPartialInterpretation, PartialInterpretation<A,C>
public class MissingInterpretation<A extends AbstractValue<A,C>, C>
extends AbstractPartialInterpretation<A,C>
-
Nested Class Summary
Nested classes/interfaces inherited from interface PartialInterpretation
PartialInterpretation.Factory<A,C> -
Constructor Summary
ConstructorsConstructorDescriptionMissingInterpretation(ReasoningAdapter adapter, Concreteness concreteness, PartialSymbol<A, C> partialSymbol) -
Method Summary
Methods inherited from class AbstractPartialInterpretation
addListener, getAdapter, getConcreteness, getPartialSymbol, notifyChange, removeListener
-
Constructor Details
-
MissingInterpretation
public MissingInterpretation(ReasoningAdapter adapter, Concreteness concreteness, PartialSymbol<A, C> partialSymbol)
-
-
Method Details
-
get
-
getAll
-
startListeningForChanges
protected void startListeningForChanges()- Specified by:
startListeningForChangesin classAbstractPartialInterpretation<A extends AbstractValue<A,C>, C>
-
stopListeningForChanges
protected void stopListeningForChanges()- Specified by:
stopListeningForChangesin classAbstractPartialInterpretation<A extends AbstractValue<A,C>, C>
-