Uses of Class
org.processmining.specpp.config.components.EfficientTreeConfiguration
-
-
Uses of EfficientTreeConfiguration in org.processmining.specpp.componenting.data
Methods in org.processmining.specpp.componenting.data that return types with arguments of type EfficientTreeConfiguration Modifier and Type Method Description static <P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>
ConfigurationRequirement<EfficientTreeConfiguration<P,S,N>>DataRequirements. efficientTreeConfiguration() -
Uses of EfficientTreeConfiguration in org.processmining.specpp.config
Methods in org.processmining.specpp.config that return EfficientTreeConfiguration Modifier and Type Method Description EfficientTreeConfiguration<Place,PlaceState,PlaceNode>ComponentConfig. getEfficientTreeConfiguration(GlobalComponentRepository gcr)EfficientTreeConfiguration<Place,PlaceState,PlaceNode>ComponentConfigImpl. getEfficientTreeConfiguration(GlobalComponentRepository gcr) -
Uses of EfficientTreeConfiguration in org.processmining.specpp.config.components
Subclasses of EfficientTreeConfiguration in org.processmining.specpp.config.components Modifier and Type Class Description classHeuristicTreeConfiguration<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>>Methods in org.processmining.specpp.config.components that return EfficientTreeConfiguration Modifier and Type Method Description EfficientTreeConfiguration<P,S,N>EfficientTreeConfiguration.Configurator. build(GlobalComponentRepository gcr) -
Uses of EfficientTreeConfiguration in org.processmining.specpp.config.presets
Methods in org.processmining.specpp.config.presets that return EfficientTreeConfiguration Modifier and Type Method Description EfficientTreeConfiguration<Place,PlaceState,PlaceNode>BaseComponentConfig. getEfficientTreeConfiguration(GlobalComponentRepository gcr)EfficientTreeConfiguration<Place,PlaceState,PlaceNode>LightweightComponentConfig. getEfficientTreeConfiguration(GlobalComponentRepository gcr)EfficientTreeConfiguration<Place,PlaceState,PlaceNode>TauDeltaComponentConfig. getEfficientTreeConfiguration(GlobalComponentRepository gcr)EfficientTreeConfiguration<Place,PlaceState,PlaceNode>UniwiredComponentConfig. getEfficientTreeConfiguration(GlobalComponentRepository gcr) -
Uses of EfficientTreeConfiguration in org.processmining.specpp.proposal
Fields in org.processmining.specpp.proposal with type parameters of type EfficientTreeConfiguration Modifier and Type Field Description protected DelegatingDataSource<EfficientTreeConfiguration<Place,PlaceState,PlaceNode>>ConstrainablePlaceProposer.Builder. delegatingDataSource
-