Class WiredPlace
- java.lang.Object
-
- org.processmining.specpp.base.impls.CandidateConstraint<Place>
-
- org.processmining.specpp.datastructures.tree.constraints.WiredPlace
-
- All Implemented Interfaces:
ConstraintEvent,Constraint,Event,Observation,ProperlyHashable,ProperlyPrintable
- Direct Known Subclasses:
WiringConstraint
public class WiredPlace extends CandidateConstraint<Place>
-
-
Constructor Summary
Constructors Constructor Description WiredPlace(Place affectedPlace)
-
Method Summary
-
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, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyPrintable
toString
-
-
-
-
Constructor Detail
-
WiredPlace
public WiredPlace(Place affectedPlace)
-
-