Class AddWiredPlace
- java.lang.Object
-
- org.processmining.specpp.base.impls.CandidateConstraint<Place>
-
- org.processmining.specpp.datastructures.tree.constraints.WiredPlace
-
- org.processmining.specpp.datastructures.tree.constraints.WiringConstraint
-
- org.processmining.specpp.datastructures.tree.constraints.AddWiredPlace
-
- All Implemented Interfaces:
ConstraintEvent,GenerationConstraint,Constraint,Event,Observation,ProperlyHashable,ProperlyPrintable
public class AddWiredPlace extends WiringConstraint
-
-
Constructor Summary
Constructors Constructor Description AddWiredPlace(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
-
AddWiredPlace
public AddWiredPlace(Place affectedPlace)
-
-