Class CullPresetChildren
- java.lang.Object
-
- org.processmining.specpp.datastructures.tree.heuristic.LocalNodeGenerationConstraint<N>
-
- org.processmining.specpp.datastructures.tree.heuristic.SubtreeCutoffConstraint<PlaceNode>
-
- org.processmining.specpp.datastructures.tree.constraints.CullPresetChildren
-
- All Implemented Interfaces:
ConstraintEvent,GenerationConstraint,Constraint,Event,Observation,ProperlyHashable,ProperlyPrintable
public class CullPresetChildren extends SubtreeCutoffConstraint<PlaceNode>
-
-
Constructor Summary
Constructors Constructor Description CullPresetChildren(PlaceNode affectedNode)
-
Method Summary
-
Methods inherited from class org.processmining.specpp.datastructures.tree.heuristic.LocalNodeGenerationConstraint
getAffectedNode
-
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
-
CullPresetChildren
public CullPresetChildren(PlaceNode affectedNode)
-
-