Uses of Interface
org.processmining.specpp.supervision.observations.Event
-
-
Uses of Event in org.processmining.specpp.base
Subinterfaces of Event in org.processmining.specpp.base Modifier and Type Interface Description interfaceConstraintEventBase Interface for constraint events as they are used with the observation system. -
Uses of Event in org.processmining.specpp.base.impls
Classes in org.processmining.specpp.base.impls that implement Event Modifier and Type Class Description classCandidateConstraint<C extends Candidate> -
Uses of Event in org.processmining.specpp.composition.events
Classes in org.processmining.specpp.composition.events that implement Event Modifier and Type Class Description classCandidateAcceptanceRevoked<C extends Candidate>classCandidateAccepted<C extends Candidate>classCandidateCompositionEvent<C extends Candidate>classCandidateRejected<C extends Candidate> -
Uses of Event in org.processmining.specpp.datastructures.tree.base
Subinterfaces of Event in org.processmining.specpp.datastructures.tree.base Modifier and Type Interface Description interfaceGenerationConstraint -
Uses of Event in org.processmining.specpp.datastructures.tree.constraints
Classes in org.processmining.specpp.datastructures.tree.constraints that implement Event Modifier and Type Class Description classAddWiredPlaceclassBlacklistTransitionclassClinicallyOverfedPlaceclassClinicallyUnderfedPlaceclassCullPostsetChildrenclassCullPresetChildrenclassDepthConstraintclassRemoveWiredPlaceclassWiredPlaceclassWiringConstraint -
Uses of Event in org.processmining.specpp.datastructures.tree.events
Subinterfaces of Event in org.processmining.specpp.datastructures.tree.events Modifier and Type Interface Description interfaceTreeEventinterfaceTreeHeuristicsEventinterfaceTreeStatsEvent -
Uses of Event in org.processmining.specpp.datastructures.tree.heuristic
Classes in org.processmining.specpp.datastructures.tree.heuristic that implement Event Modifier and Type Class Description classLocalNodeGenerationConstraint<N extends LocalNode<?,?,N>>classSubtreeCutoffConstraint<N extends LocalNode<?,?,N>> -
Uses of Event in org.processmining.specpp.headless.batch
Classes in org.processmining.specpp.headless.batch that implement Event Modifier and Type Class Description classBatchedExecutionResultclassSPECppEvaluationInfoclassSPECppModelInfoclassSPECppPerformanceInfo -
Uses of Event in org.processmining.specpp.prom.mvc.discovery
Fields in org.processmining.specpp.prom.mvc.discovery with type parameters of type Event Modifier and Type Field Description static java.util.Map<ClassKey<Event>,java.lang.String>EventTable. descriptionDictionary -
Uses of Event in org.processmining.specpp.proposal
Classes in org.processmining.specpp.proposal that implement Event Modifier and Type Class Description classProposerSignalclassRestartProposer -
Uses of Event in org.processmining.specpp.supervision
Classes in org.processmining.specpp.supervision with type parameters of type Event Modifier and Type Class Description classAsyncEventSupervision<E extends Event>classEventSupervision<E extends Event> -
Uses of Event in org.processmining.specpp.supervision.monitoring
Classes in org.processmining.specpp.supervision.monitoring with type parameters of type Event Modifier and Type Class Description classTimeSeriesMonitor<E extends Event>Methods in org.processmining.specpp.supervision.monitoring that return types with arguments of type Event Modifier and Type Method Description Counter<ClassKey<? extends Event>>EventCounterMonitor. getMonitoringState()Methods in org.processmining.specpp.supervision.monitoring with parameters of type Event Modifier and Type Method Description voidEventCounterMonitor. handleObservation(Event observation) -
Uses of Event in org.processmining.specpp.supervision.observations
Subinterfaces of Event in org.processmining.specpp.supervision.observations Modifier and Type Interface Description interfaceCSVRowEventClasses in org.processmining.specpp.supervision.observations that implement Event Modifier and Type Class Description classDebugEventConstructor parameters in org.processmining.specpp.supervision.observations with type arguments of type Event Constructor Description EventCountStatistics(java.util.Map<ClassKey<Event>,Count> input) -
Uses of Event in org.processmining.specpp.supervision.observations.performance
Classes in org.processmining.specpp.supervision.observations.performance that implement Event Modifier and Type Class Description classPerformanceEvent -
Uses of Event in org.processmining.specpp.supervision.piping
Methods in org.processmining.specpp.supervision.piping with type parameters of type Event Modifier and Type Method Description static <E extends Event>
EventSupervision<E>PipeWorks. eventSupervision() -
Uses of Event in org.processmining.specpp.supervision.supervisors
Classes in org.processmining.specpp.supervision.supervisors with type parameters of type Event Modifier and Type Class Description static classEvaluationSupervisor.AccumulatingIntChangeMonitor<E extends Event & RepresentsChange> -
Uses of Event in org.processmining.specpp.supervision.transformers
Method parameters in org.processmining.specpp.supervision.transformers with type arguments of type Event Modifier and Type Method Description EventCountStatisticsEventCounter. summarize(Observations<? extends Event> events)
-