Class LocalNodeGenerationConstraint<N extends LocalNode<?,?,N>>
- java.lang.Object
-
- org.processmining.specpp.datastructures.tree.heuristic.LocalNodeGenerationConstraint<N>
-
- All Implemented Interfaces:
ConstraintEvent,GenerationConstraint,Constraint,Event,Observation,ProperlyHashable,ProperlyPrintable
- Direct Known Subclasses:
SubtreeCutoffConstraint
public abstract class LocalNodeGenerationConstraint<N extends LocalNode<?,?,N>> extends java.lang.Object implements GenerationConstraint
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLocalNodeGenerationConstraint(N affectedNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NgetAffectedNode()-
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
-
-