Package tools.refinery.generator.impl
Class ConcreteModelFacade
java.lang.Object
tools.refinery.generator.impl.ModelFacadeImpl
tools.refinery.generator.impl.ConcreteModelFacade
- All Implemented Interfaces:
 AutoCloseable,ModelFacade
- Direct Known Subclasses:
 ConcreteModelSemantics,ModelGeneratorImpl
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<A extends AbstractValue<A,C>, C> 
PartialInterpretation<A, C> getPartialInterpretation(PartialSymbol<A, C> partialSymbol) protected SolutionSerializerMethods inherited from class tools.refinery.generator.impl.ModelFacadeImpl
afterPropagation, checkConsistency, close, getDiagnostics, getInitializationResult, getMetadataCreator, getModel, getModelStore, getNodesMetadata, getProblemTrace, getRelationsMetadata, throwIfInitializationFailed, trySerializeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tools.refinery.generator.ModelFacade
getPartialInterpretation 
- 
Constructor Details
- 
ConcreteModelFacade
 
 - 
 - 
Method Details
- 
getConcreteness
 - 
getPartialInterpretation
public <A extends AbstractValue<A,C>, PartialInterpretation<A,C> C> getPartialInterpretation(PartialSymbol<A, C> partialSymbol) - Specified by:
 getPartialInterpretationin interfaceModelFacade- Overrides:
 getPartialInterpretationin classModelFacadeImpl
 - 
serialize
 - 
getSolutionSerializer
 
 -