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>
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 tools.refinery.store.reasoning.interpretation.PartialInterpretation
PartialInterpretation.Factory<A extends AbstractValue<A,
C>, C> -
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractPartialInterpretation
(ReasoningAdapter adapter, Concreteness concreteness, PartialSymbol<A, C> partialSymbol) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface tools.refinery.store.reasoning.interpretation.PartialInterpretation
get, getAll
-
Constructor Details
-
AbstractPartialInterpretation
protected AbstractPartialInterpretation(ReasoningAdapter adapter, Concreteness concreteness, PartialSymbol<A, C> partialSymbol)
-
-
Method Details
-
getAdapter
- Specified by:
getAdapter
in interfaceAnyPartialInterpretation
-
getPartialSymbol
- Specified by:
getPartialSymbol
in interfaceAnyPartialInterpretation
- Specified by:
getPartialSymbol
in interfacePartialInterpretation<A extends AbstractValue<A,
C>, C>
-
getConcreteness
- Specified by:
getConcreteness
in interfaceAnyPartialInterpretation
-