Uses of Interface
org.processmining.specpp.datastructures.tree.base.GenerationConstraint
-
-
Uses of GenerationConstraint in org.processmining.specpp.datastructures.tree.base
Classes in org.processmining.specpp.datastructures.tree.base with type parameters of type GenerationConstraint Modifier and Type Interface Description interfaceConstrainableChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>,L extends GenerationConstraint> -
Uses of GenerationConstraint in org.processmining.specpp.datastructures.tree.constraints
Classes in org.processmining.specpp.datastructures.tree.constraints that implement GenerationConstraint Modifier and Type Class Description classAddWiredPlaceclassBlacklistTransitionclassCullPostsetChildrenclassCullPresetChildrenclassDepthConstraintclassRemoveWiredPlaceclassWiringConstraint -
Uses of GenerationConstraint in org.processmining.specpp.datastructures.tree.heuristic
Classes in org.processmining.specpp.datastructures.tree.heuristic that implement GenerationConstraint Modifier and Type Class Description classLocalNodeGenerationConstraint<N extends LocalNode<?,?,N>>classSubtreeCutoffConstraint<N extends LocalNode<?,?,N>> -
Uses of GenerationConstraint in org.processmining.specpp.datastructures.tree.nodegen
Fields in org.processmining.specpp.datastructures.tree.nodegen with type parameters of type GenerationConstraint Modifier and Type Field Description protected java.util.List<Tuple2<java.lang.Class<? extends GenerationConstraint>,java.util.function.Consumer<GenerationConstraint>>>MonotonousPlaceGenerationLogic. constraintHandlersprotected java.util.List<Tuple2<java.lang.Class<? extends GenerationConstraint>,java.util.function.Consumer<GenerationConstraint>>>MonotonousPlaceGenerationLogic. constraintHandlersMethods in org.processmining.specpp.datastructures.tree.nodegen that return types with arguments of type GenerationConstraint Modifier and Type Method Description java.lang.Class<GenerationConstraint>MonotonousPlaceGenerationLogic. getAcceptedConstraintClass()Methods in org.processmining.specpp.datastructures.tree.nodegen with parameters of type GenerationConstraint Modifier and Type Method Description voidMonotonousPlaceGenerationLogic. acceptConstraint(GenerationConstraint constraint)Receives and internally applies selected generation constraints via at instantiation assigned constraint handlers.protected voidMonotonousPlaceGenerationLogic. handleCullChildrenConstraint(GenerationConstraint constraint)protected voidMonotonousPlaceGenerationLogic. handleDepthConstraint(DepthLimiter depthLimiter, GenerationConstraint constraint)protected voidMonotonousPlaceGenerationLogic. handleTransitionBlacklistingConstraint(TransitionBlacklister transitionBlacklister, GenerationConstraint constraint)protected voidMonotonousPlaceGenerationLogic. handleWiringConstraint(WiringTester wiringTester, GenerationConstraint constraint) -
Uses of GenerationConstraint in org.processmining.specpp.proposal
Fields in org.processmining.specpp.proposal with type parameters of type GenerationConstraint Modifier and Type Field Description protected EventSupervision<GenerationConstraint>ConstrainablePlaceProposer. constraintOutputMethods in org.processmining.specpp.proposal that return types with arguments of type GenerationConstraint Modifier and Type Method Description Observable<GenerationConstraint>ConstrainablePlaceProposer. getConstraintPublisher()java.lang.Class<GenerationConstraint>ConstrainablePlaceProposer. getPublishedConstraintClass() -
Uses of GenerationConstraint in org.processmining.specpp.supervision.supervisors
Methods in org.processmining.specpp.supervision.supervisors with parameters of type GenerationConstraint Modifier and Type Method Description voidEvaluationSupervisor.PruningMonitor. handleObservation(GenerationConstraint gc)
-