Class AbstractPartialInterpretationRefiner.ConcretizationAware<A extends AbstractValue<A,C>,C>  
java.lang.Object
tools.refinery.store.reasoning.refinement.AbstractPartialInterpretationRefiner<A,C>
 
tools.refinery.store.reasoning.refinement.AbstractPartialInterpretationRefiner.ConcretizationAware<A,C> 
- All Implemented Interfaces:
 AnyPartialInterpretationRefiner,PartialInterpretationRefiner<A,C> 
- Direct Known Subclasses:
 ConcreteRelationRefiner,ExistsRefiner
- Enclosing class:
 AbstractPartialInterpretationRefiner<A extends AbstractValue<A,C>, C> 
public abstract static class AbstractPartialInterpretationRefiner.ConcretizationAware<A extends AbstractValue<A,C>,C>  
extends AbstractPartialInterpretationRefiner<A,C> 
- 
Nested Class Summary
Nested classes/interfaces inherited from class tools.refinery.store.reasoning.refinement.AbstractPartialInterpretationRefiner
AbstractPartialInterpretationRefiner.ConcretizationAware<A extends AbstractValue<A,C>, C> Nested classes/interfaces inherited from interface tools.refinery.store.reasoning.refinement.PartialInterpretationRefiner
PartialInterpretationRefiner.Factory<A extends AbstractValue<A,C>, C>  - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConcretizationAware(ReasoningAdapter adapter, PartialSymbol<A, C> partialSymbol)  - 
Method Summary
Methods inherited from class tools.refinery.store.reasoning.refinement.AbstractPartialInterpretationRefiner
getAdapter, getPartialSymbolMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tools.refinery.store.reasoning.refinement.AnyPartialInterpretationRefiner
afterCreate, afterInitializeMethods inherited from interface tools.refinery.store.reasoning.refinement.PartialInterpretationRefiner
merge 
- 
Constructor Details
- 
ConcretizationAware
 
 - 
 - 
Method Details
- 
concretizationInProgress
protected boolean concretizationInProgress() 
 -