Class ClinicallyOverfedPlace
- java.lang.Object
-
- org.processmining.specpp.base.impls.CandidateConstraint<Place>
-
- org.processmining.specpp.datastructures.tree.constraints.ClinicallyOverfedPlace
-
- All Implemented Interfaces:
ConstraintEvent,Constraint,Event,Observation,ProperlyHashable,ProperlyPrintable
public class ClinicallyOverfedPlace extends CandidateConstraint<Place>
-
-
Constructor Summary
Constructors Constructor Description ClinicallyOverfedPlace(Place affectedPlace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class org.processmining.specpp.base.impls.CandidateConstraint
getAffectedCandidate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
-
-
-
Constructor Detail
-
ClinicallyOverfedPlace
public ClinicallyOverfedPlace(Place affectedPlace)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceProperlyPrintable- Overrides:
toStringin classjava.lang.Object
-
-