Package tools.refinery.generator
Class ModelGeneratorFactory
java.lang.Object
tools.refinery.generator.ModelFacadeFactory<ModelGeneratorFactory>
tools.refinery.generator.ModelGeneratorFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateGenerator
(Problem problem) debugPartialInterpretations
(boolean debugPartialInterpretations) protected ModelGeneratorFactory
getSelf()
partialInterpretationBasedNeighborhoods
(boolean partialInterpretationBasedNeighborhoods) stateCoderDepth
(int stateCoderDepth) Methods inherited from class tools.refinery.generator.ModelFacadeFactory
cancellationToken, checkCancelled, createModelInitializer, getCancellationToken, getMetadataCreatorProvider, getSolutionSerializerProvider, 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
-
createGenerator
-