Uses of Interface
org.processmining.specpp.supervision.Supervisor
-
-
Uses of Supervisor in org.processmining.specpp.base.impls
Methods in org.processmining.specpp.base.impls that return types with arguments of type Supervisor Modifier and Type Method Description java.util.Collection<Supervisor>SPECpp. getSupervisors()Constructor parameters in org.processmining.specpp.base.impls with type arguments of type Supervisor Constructor Description SPECpp(GlobalComponentRepository cr, java.util.List<Supervisor> supervisors, ProposerComponent<C> proposer, ComposerComponent<C,I,R> composer, PostProcessingPipeline<R,F> postProcessor) -
Uses of Supervisor in org.processmining.specpp.config.components
Methods in org.processmining.specpp.config.components that return types with arguments of type Supervisor Modifier and Type Method Description java.util.List<Supervisor>SupervisionConfiguration. createSupervisors()Method parameters in org.processmining.specpp.config.components with type arguments of type Supervisor Modifier and Type Method Description SupervisionConfiguration.ConfiguratorSupervisionConfiguration.Configurator. addSupervisor(SimpleBuilder<? extends Supervisor> builder)Constructor parameters in org.processmining.specpp.config.components with type arguments of type Supervisor Constructor Description SupervisionConfiguration(GlobalComponentRepository gcr, java.util.List<SimpleBuilder<? extends Supervisor>> supervisorBuilders) -
Uses of Supervisor in org.processmining.specpp.prom.alg
Classes in org.processmining.specpp.prom.alg that implement Supervisor Modifier and Type Class Description classLiveEventsclassLivePerformance -
Uses of Supervisor in org.processmining.specpp.supervision
Classes in org.processmining.specpp.supervision that implement Supervisor Modifier and Type Class Description classAbstractSupervisor -
Uses of Supervisor in org.processmining.specpp.supervision.instrumentators
Constructor parameters in org.processmining.specpp.supervision.instrumentators with type arguments of type Supervisor Constructor Description InstrumentedSPECpp(GlobalComponentRepository cr, java.util.List<Supervisor> supervisors, ProposerComponent<C> proposer, ComposerComponent<C,I,R> composer, PostProcessingPipeline<R,F> postProcessor) -
Uses of Supervisor in org.processmining.specpp.supervision.supervisors
Classes in org.processmining.specpp.supervision.supervisors that implement Supervisor Modifier and Type Class Description classAltEventCountsSupervisorclassBaseSupervisorclassDebuggingSupervisorclassDetailedComposerSupervisorclassDetailedHeuristicsSupervisorclassDetailedTreeSupervisorclassEvaluationSupervisorclassEventCountsSupervisorclassFileWritingMonitoringSupervisorclassMonitoringSupervisorclassPerformanceSupervisorclassProposalTreeSupervisorclassSchedulingSupervisorclassSubSupervisorclassTerminalSupervisor
-