Package org.processmining.specpp.config
Interface ComponentConfig
-
- All Known Implementing Classes:
BaseComponentConfig,ComponentConfigImpl,ETCComponentConfig,FullSupervisionComponentConfig,LightweightComponentConfig,PlaceOracleComponentConfig,TauDeltaComponentConfig,UniwiredComponentConfig
public interface ComponentConfig
-
-
Method Summary
-
-
-
Method Detail
-
registerConfigurations
default void registerConfigurations(GlobalComponentRepository cr)
-
getEvaluatorConfiguration
EvaluatorConfiguration getEvaluatorConfiguration(GlobalComponentRepository gcr)
-
getSupervisionConfiguration
SupervisionConfiguration getSupervisionConfiguration(GlobalComponentRepository gcr)
-
getProposerComposerConfiguration
ProposerComposerConfiguration<Place,AdvancedComposition<Place>,CollectionOfPlaces> getProposerComposerConfiguration(GlobalComponentRepository gcr)
-
getPostProcessingConfiguration
PostProcessingConfiguration<CollectionOfPlaces,ProMPetrinetWrapper> getPostProcessingConfiguration(GlobalComponentRepository gcr)
-
getEfficientTreeConfiguration
EfficientTreeConfiguration<Place,PlaceState,PlaceNode> getEfficientTreeConfiguration(GlobalComponentRepository gcr)
-
-