Uses of Interface
org.processmining.specpp.datastructures.tree.constraints.Constraint
-
-
Uses of Constraint in org.processmining.specpp.base
Subinterfaces of Constraint in org.processmining.specpp.base Modifier and Type Interface Description interfaceConstraintEventBase Interface for constraint events as they are used with the observation system. -
Uses of Constraint in org.processmining.specpp.base.impls
Classes in org.processmining.specpp.base.impls that implement Constraint Modifier and Type Class Description classCandidateConstraint<C extends Candidate> -
Uses of Constraint in org.processmining.specpp.datastructures.tree.base
Subinterfaces of Constraint in org.processmining.specpp.datastructures.tree.base Modifier and Type Interface Description interfaceGenerationConstraint -
Uses of Constraint in org.processmining.specpp.datastructures.tree.constraints
Classes in org.processmining.specpp.datastructures.tree.constraints that implement Constraint Modifier and Type Class Description classAddWiredPlaceclassBlacklistTransitionclassClinicallyOverfedPlaceclassClinicallyUnderfedPlaceclassCullPostsetChildrenclassCullPresetChildrenclassDepthConstraintclassRemoveWiredPlaceclassWiredPlaceclassWiringConstraint -
Uses of Constraint in org.processmining.specpp.datastructures.tree.heuristic
Classes in org.processmining.specpp.datastructures.tree.heuristic that implement Constraint Modifier and Type Class Description classLocalNodeGenerationConstraint<N extends LocalNode<?,?,N>>classSubtreeCutoffConstraint<N extends LocalNode<?,?,N>>
-