Package org.processmining.specpp.base
Interface ConstraintEvent
-
- All Superinterfaces:
Constraint,Event,Observation,ProperlyHashable,ProperlyPrintable
- All Known Subinterfaces:
GenerationConstraint
- All Known Implementing Classes:
AddWiredPlace,BlacklistTransition,CandidateConstraint,ClinicallyOverfedPlace,ClinicallyUnderfedPlace,CullPostsetChildren,CullPresetChildren,DepthConstraint,LocalNodeGenerationConstraint,RemoveWiredPlace,SubtreeCutoffConstraint,WiredPlace,WiringConstraint
public interface ConstraintEvent extends Constraint, Event
Base Interface for constraint events as they are used with the observation system.
-
-
Method Summary
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyPrintable
toString
-
-