Class SubtreeCutoffConstraint<N extends LocalNode<?,?,N>>
- java.lang.Object
-
- org.processmining.specpp.datastructures.tree.heuristic.LocalNodeGenerationConstraint<N>
-
- org.processmining.specpp.datastructures.tree.heuristic.SubtreeCutoffConstraint<N>
-
- All Implemented Interfaces:
ConstraintEvent,GenerationConstraint,Constraint,Event,Observation,ProperlyHashable,ProperlyPrintable
- Direct Known Subclasses:
CullPostsetChildren,CullPresetChildren
public class SubtreeCutoffConstraint<N extends LocalNode<?,?,N>> extends LocalNodeGenerationConstraint<N>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSubtreeCutoffConstraint(N 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
-
SubtreeCutoffConstraint
protected SubtreeCutoffConstraint(N affectedNode)
-
-