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 ModelFacadeImpl
afterPropagation, checkConsistency, close, getDiagnostics, getInitializationResult, getMetadataCreator, getModel, getModelStore, getNodesMetadata, getProblemTrace, getRelationsMetadata, throwIfInitializationFailed, trySerializeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ModelFacade
getPartialInterpretation
-
Constructor Details
-
ConcreteModelFacade
-
-
Method Details
-
getConcreteness
-
getPartialInterpretation
public <A extends AbstractValue<A,C>, C> PartialInterpretation<A,C> getPartialInterpretation(PartialSymbol<A, C> partialSymbol) - Specified by:
getPartialInterpretationin interfaceModelFacade- Overrides:
getPartialInterpretationin classModelFacadeImpl
-
serialize
-
getSolutionSerializer
-