Uses of Class
org.processmining.specpp.config.parameters.PlaceGeneratorParameters
-
-
Uses of PlaceGeneratorParameters in org.processmining.specpp.componenting.data
Fields in org.processmining.specpp.componenting.data with type parameters of type PlaceGeneratorParameters Modifier and Type Field Description static ParameterRequirement<PlaceGeneratorParameters>ParameterRequirements. PLACE_GENERATOR_PARAMETERS -
Uses of PlaceGeneratorParameters in org.processmining.specpp.config.parameters
Methods in org.processmining.specpp.config.parameters that return PlaceGeneratorParameters Modifier and Type Method Description static PlaceGeneratorParametersPlaceGeneratorParameters. getDefault() -
Uses of PlaceGeneratorParameters in org.processmining.specpp.datastructures.tree.nodegen
Fields in org.processmining.specpp.datastructures.tree.nodegen with type parameters of type PlaceGeneratorParameters Modifier and Type Field Description protected DelegatingDataSource<PlaceGeneratorParameters>MonotonousPlaceGenerationLogic.Builder. parametersConstructors in org.processmining.specpp.datastructures.tree.nodegen with parameters of type PlaceGeneratorParameters Constructor Description MonotonousPlaceGenerationLogic(IntEncodings<Transition> transitionEncodings, PlaceGeneratorParameters parameters)Configures this generator's constraint handling. -
Uses of PlaceGeneratorParameters in org.processmining.specpp.evaluation.heuristics
Fields in org.processmining.specpp.evaluation.heuristics with type parameters of type PlaceGeneratorParameters Modifier and Type Field Description protected DelegatingDataSource<PlaceGeneratorParameters>LinearDelta.Builder. placeGeneratorParameters
-