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
ModifierConstructorDescriptionprotected
ConcretizationAware
(ReasoningAdapter adapter, PartialSymbol<A, C> partialSymbol) -
Method Summary
Methods inherited from class tools.refinery.store.reasoning.refinement.AbstractPartialInterpretationRefiner
getAdapter, getPartialSymbol
Methods 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.refinement.AnyPartialInterpretationRefiner
afterCreate, afterInitialize
Methods inherited from interface tools.refinery.store.reasoning.refinement.PartialInterpretationRefiner
merge
-
Constructor Details
-
ConcretizationAware
-
-
Method Details
-
concretizationInProgress
protected boolean concretizationInProgress()
-