Class ConcreteRelationRefiner
java.lang.Object
tools.refinery.store.reasoning.refinement.AbstractPartialInterpretationRefiner<TruthValue,Boolean>
 
tools.refinery.store.reasoning.refinement.AbstractPartialInterpretationRefiner.ConcretizationAware<TruthValue,Boolean>
 
tools.refinery.store.reasoning.refinement.ConcreteRelationRefiner
- All Implemented Interfaces:
 AnyPartialInterpretationRefiner,PartialInterpretationRefiner<TruthValue,Boolean> 
public class ConcreteRelationRefiner
extends AbstractPartialInterpretationRefiner.ConcretizationAware<TruthValue,Boolean> 
- 
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
ConstructorsModifierConstructorDescriptionprotectedConcreteRelationRefiner(ReasoningAdapter adapter, PartialSymbol<TruthValue, Boolean> partialSymbol, Symbol<TruthValue> concreteSymbol, RoundingMode roundingMode)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected TruthValueconcretizationAwareMeet(TruthValue currentValue, TruthValue value) protected booleanforbiddenByConcretization(TruthValue oldValue, TruthValue newValue) protected TruthValuebooleanmerge(Tuple key, TruthValue value) of(Symbol<TruthValue> concreteSymbol, RoundingMode roundingMode) protected TruthValueput(Tuple key, TruthValue value) protected booleanshouldCheckConcretization(TruthValue oldValue, TruthValue newValue) Methods inherited from class tools.refinery.store.reasoning.refinement.AbstractPartialInterpretationRefiner.ConcretizationAware
concretizationInProgressMethods 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, afterInitialize 
- 
Constructor Details
- 
ConcreteRelationRefiner
protected ConcreteRelationRefiner(ReasoningAdapter adapter, PartialSymbol<TruthValue, Boolean> partialSymbol, Symbol<TruthValue> concreteSymbol, RoundingMode roundingMode)  
 - 
 - 
Method Details
- 
merge
 - 
concretizationAwareMeet
 - 
forbiddenByConcretization
 - 
shouldCheckConcretization
 - 
get
 - 
put
 - 
of
public static PartialInterpretationRefiner.Factory<TruthValue,Boolean> of(Symbol<TruthValue> concreteSymbol, RoundingMode roundingMode)  
 -