Class PlaceOracleComponentConfig
- java.lang.Object
-
- org.processmining.specpp.config.presets.BaseComponentConfig
-
- org.processmining.specpp.config.presets.LightweightComponentConfig
-
- org.processmining.specpp.config.presets.PlaceOracleComponentConfig
-
- All Implemented Interfaces:
ComponentConfig
public class PlaceOracleComponentConfig extends LightweightComponentConfig
-
-
Constructor Summary
Constructors Constructor Description PlaceOracleComponentConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostProcessingConfiguration<CollectionOfPlaces,ProMPetrinetWrapper>getPostProcessingConfiguration(GlobalComponentRepository gcr)ProposerComposerConfiguration<Place,AdvancedComposition<Place>,CollectionOfPlaces>getProposerComposerConfiguration(GlobalComponentRepository gcr)-
Methods inherited from class org.processmining.specpp.config.presets.LightweightComponentConfig
getEfficientTreeConfiguration, getSupervisionConfiguration
-
Methods inherited from class org.processmining.specpp.config.presets.BaseComponentConfig
getEvaluatorConfiguration
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.config.ComponentConfig
registerConfigurations
-
-
-
-
Method Detail
-
getPostProcessingConfiguration
public PostProcessingConfiguration<CollectionOfPlaces,ProMPetrinetWrapper> getPostProcessingConfiguration(GlobalComponentRepository gcr)
- Specified by:
getPostProcessingConfigurationin interfaceComponentConfig- Overrides:
getPostProcessingConfigurationin classBaseComponentConfig
-
getProposerComposerConfiguration
public ProposerComposerConfiguration<Place,AdvancedComposition<Place>,CollectionOfPlaces> getProposerComposerConfiguration(GlobalComponentRepository gcr)
- Specified by:
getProposerComposerConfigurationin interfaceComponentConfig- Overrides:
getProposerComposerConfigurationin classLightweightComponentConfig
-
-