Class DepthConstraint
- java.lang.Object
-
- org.processmining.specpp.datastructures.tree.constraints.DepthConstraint
-
- All Implemented Interfaces:
ConstraintEvent,GenerationConstraint,Constraint,Event,Observation,ProperlyHashable,ProperlyPrintable
public class DepthConstraint extends java.lang.Object implements GenerationConstraint
-
-
Constructor Summary
Constructors Constructor Description DepthConstraint(int maxDepth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDepthLimit()-
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
-
-