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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(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:
 createin interfacePartialInterpretation.Factory<TruthValue,Boolean> 
 - 
configure
- Specified by:
 configurein interfacePartialInterpretation.Factory<TruthValue,Boolean> 
 
 -