Class QueryBasedRelationInterpretationFactory
java.lang.Object
tools.refinery.store.reasoning.interpretation.QueryBasedRelationInterpretationFactory
- All Implemented Interfaces:
PartialInterpretation.Factory<TruthValue,
Boolean>
public class QueryBasedRelationInterpretationFactory
extends Object
implements PartialInterpretation.Factory<TruthValue,Boolean>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(ModelStoreBuilder storeBuilder, Set<Concreteness> requiredInterpretations) create
(ReasoningAdapter adapter, Concreteness concreteness, PartialSymbol<TruthValue, Boolean> partialSymbol)
-
Constructor Details
-
QueryBasedRelationInterpretationFactory
-
-
Method Details
-
create
public PartialInterpretation<TruthValue,Boolean> create(ReasoningAdapter adapter, Concreteness concreteness, PartialSymbol<TruthValue, Boolean> partialSymbol) - Specified by:
create
in interfacePartialInterpretation.Factory<TruthValue,
Boolean>
-
configure
- Specified by:
configure
in interfacePartialInterpretation.Factory<TruthValue,
Boolean>
-