Class AbstractPartialInterpretation<A extends AbstractValue<A,C> , C>
java.lang.Object
tools.refinery.store.reasoning.interpretation.AbstractPartialInterpretation<A,C>
- All Implemented Interfaces:
AnyPartialInterpretation, PartialInterpretation<A,C>
- Direct Known Subclasses:
MissingInterpretation
public abstract class AbstractPartialInterpretation<A extends AbstractValue<A,C>, C>
extends Object
implements PartialInterpretation<A,C>
-
Nested Class Summary
Nested classes/interfaces inherited from interface PartialInterpretation
PartialInterpretation.Factory<A,C> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractPartialInterpretation(ReasoningAdapter adapter, Concreteness concreteness, PartialSymbol<A, C> partialSymbol) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(ResultSetListener<A> listener) protected voidnotifyChange(Tuple key, A oldValue, A newValue) voidremoveListener(ResultSetListener<A> listener) protected abstract voidprotected abstract voidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PartialInterpretation
get, getAll
-
Constructor Details
-
AbstractPartialInterpretation
protected AbstractPartialInterpretation(ReasoningAdapter adapter, Concreteness concreteness, PartialSymbol<A, C> partialSymbol)
-
-
Method Details
-
getAdapter
- Specified by:
getAdapterin interfaceAnyPartialInterpretation
-
getPartialSymbol
- Specified by:
getPartialSymbolin interfaceAnyPartialInterpretation- Specified by:
getPartialSymbolin interfacePartialInterpretation<A extends AbstractValue<A,C>, C>
-
getConcreteness
- Specified by:
getConcretenessin interfaceAnyPartialInterpretation
-
addListener
- Specified by:
addListenerin interfacePartialInterpretation<A extends AbstractValue<A,C>, C>
-
removeListener
- Specified by:
removeListenerin interfacePartialInterpretation<A extends AbstractValue<A,C>, C>
-
startListeningForChanges
protected abstract void startListeningForChanges() -
stopListeningForChanges
protected abstract void stopListeningForChanges() -
notifyChange
-