Uses of Class
org.processmining.specpp.config.components.ProposerComposerConfiguration
-
-
Uses of ProposerComposerConfiguration in org.processmining.specpp.componenting.data
Methods in org.processmining.specpp.componenting.data that return types with arguments of type ProposerComposerConfiguration Modifier and Type Method Description static <C extends Candidate,I extends CompositionComponent<C>,R extends Result>
ConfigurationRequirement<ProposerComposerConfiguration<C,I,R>>DataRequirements. proposerComposerConfiguration() -
Uses of ProposerComposerConfiguration in org.processmining.specpp.config
Methods in org.processmining.specpp.config that return ProposerComposerConfiguration Modifier and Type Method Description ProposerComposerConfiguration<Place,AdvancedComposition<Place>,CollectionOfPlaces>ComponentConfig. getProposerComposerConfiguration(GlobalComponentRepository gcr)ProposerComposerConfiguration<Place,AdvancedComposition<Place>,CollectionOfPlaces>ComponentConfigImpl. getProposerComposerConfiguration(GlobalComponentRepository gcr) -
Uses of ProposerComposerConfiguration in org.processmining.specpp.config.components
Methods in org.processmining.specpp.config.components that return ProposerComposerConfiguration Modifier and Type Method Description ProposerComposerConfiguration<C,I,R>ProposerComposerConfiguration.Configurator. build(GlobalComponentRepository gcr) -
Uses of ProposerComposerConfiguration in org.processmining.specpp.config.presets
-