Interface Event
-
- All Superinterfaces:
Observation,ProperlyHashable,ProperlyPrintable
- All Known Subinterfaces:
ConstraintEvent,CSVRowEvent,GenerationConstraint,TreeEvent,TreeHeuristicsEvent,TreeStatsEvent
- All Known Implementing Classes:
AddWiredPlace,BatchedExecutionResult,BlacklistTransition,CandidateAcceptanceRevoked,CandidateAccepted,CandidateCompositionEvent,CandidateConstraint,CandidateRejected,ClinicallyOverfedPlace,ClinicallyUnderfedPlace,CullPostsetChildren,CullPresetChildren,DebugEvent,DepthConstraint,DequeuedNodeEvent,EnqueuedNodeEvent,EnumeratingTreeStatsEvent,HeuristicComputationEvent,HeuristicStatsEvent,LeafAdditionEvent,LeafEvent,LeafRemovalEvent,LocalNodeGenerationConstraint,NodeContractionEvent,NodeExhaustionEvent,NodeExpansionEvent,NodeGenerationEvent,NodeRemovalEvent,NumberedNodeExpansionEvent,PerformanceEvent,ProposerSignal,RejectedNodeEvent,RemoveWiredPlace,RestartProposer,SPECppEvaluationInfo,SPECppModelInfo,SPECppPerformanceInfo,SubtreeCutoffConstraint,TreeHeuristicQueueingEvent,TreeNodeEvent,WiredPlace,WiringConstraint
public interface Event extends Observation, ProperlyHashable, ProperlyPrintable
Marker Interface for Event types. Event types are inherently observations, properly hashable and pretty printable.
-
-
Method Summary
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyPrintable
toString
-
-