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 tools.refinery.store.reasoning.interpretation.PartialInterpretation
PartialInterpretation.Factory<A extends AbstractValue<A,C>, C>  - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractPartialInterpretation(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, waitMethods 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:
 getAdapterin interfaceAnyPartialInterpretation
 - 
getPartialSymbol
- Specified by:
 getPartialSymbolin interfaceAnyPartialInterpretation- Specified by:
 getPartialSymbolin interfacePartialInterpretation<A extends AbstractValue<A,C>, C> 
 - 
getConcreteness
- Specified by:
 getConcretenessin interfaceAnyPartialInterpretation
 
 -