Package tools.refinery.generator
Class ModelGeneratorFactory
java.lang.Object
tools.refinery.generator.ModelFacadeFactory<ModelGeneratorFactory>
tools.refinery.generator.ModelGeneratorFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateGenerator
(Problem problem) debugPartialInterpretations
(boolean debugPartialInterpretations) protected ModelGeneratorFactory
getSelf()
partialInterpretationBasedNeighborhoods
(boolean partialInterpretationBasedNeighborhoods) stateCoderDepth
(int stateCoderDepth) tryCreateGenerator
(Problem problem) Methods inherited from class tools.refinery.generator.ModelFacadeFactory
cancellationToken, checkCancelled, createConcreteFacadeArgs, createFacadeArgs, createModelInitializer, getCancellationToken, getDiagnostics, isKeepNonExistingObjects, keepNonExistingObjects, keepShadowPredicates
-
Constructor Details
-
ModelGeneratorFactory
public ModelGeneratorFactory()
-
-
Method Details
-
getSelf
- Specified by:
getSelf
in classModelFacadeFactory<ModelGeneratorFactory>
-
debugPartialInterpretations
-
partialInterpretationBasedNeighborhoods
public ModelGeneratorFactory partialInterpretationBasedNeighborhoods(boolean partialInterpretationBasedNeighborhoods) -
stateCoderDepth
-
tryCreateGenerator
-
createGenerator
-