Uses of Interface
org.processmining.specpp.datastructures.tree.base.ChildGenerationLogic
-
-
Uses of ChildGenerationLogic in org.processmining.specpp.base.impls
Fields in org.processmining.specpp.base.impls declared as ChildGenerationLogic Modifier and Type Field Description protected ChildGenerationLogic<C,S,N>EfficientTreeWithExternalizedLogicBasedProposer. generationLogicMethods in org.processmining.specpp.base.impls that return ChildGenerationLogic Modifier and Type Method Description ChildGenerationLogic<C,S,N>EfficientTreeWithExternalizedLogicBasedProposer. getGenerationLogic() -
Uses of ChildGenerationLogic in org.processmining.specpp.componenting.system.link
Subinterfaces of ChildGenerationLogic in org.processmining.specpp.componenting.system.link Modifier and Type Interface Description interfaceChildGenerationLogicComponent<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>> -
Uses of ChildGenerationLogic in org.processmining.specpp.datastructures.tree.base
Subinterfaces of ChildGenerationLogic in org.processmining.specpp.datastructures.tree.base Modifier and Type Interface Description interfaceConstrainableChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>,L extends GenerationConstraint>interfaceLocalNodeGenerator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>Classes in org.processmining.specpp.datastructures.tree.base that implement ChildGenerationLogic Modifier and Type Class Description classPlaceGenerationLogic -
Uses of ChildGenerationLogic in org.processmining.specpp.datastructures.tree.base.impls
Methods in org.processmining.specpp.datastructures.tree.base.impls that return ChildGenerationLogic Modifier and Type Method Description ChildGenerationLogic<P,S,N>LocalNodeWithExternalizedLogic. getGenerationLogic()Methods in org.processmining.specpp.datastructures.tree.base.impls with parameters of type ChildGenerationLogic Modifier and Type Method Description voidLocalNodeWithExternalizedLogic. setGenerationLogic(ChildGenerationLogic<P,S,N> generationLogic)Constructors in org.processmining.specpp.datastructures.tree.base.impls with parameters of type ChildGenerationLogic Constructor Description LocalNodeWithExternalizedLogic(boolean isRoot, P nodeProperties, S nodeState, ChildGenerationLogic<P,S,N> generationLogic, int depth) -
Uses of ChildGenerationLogic in org.processmining.specpp.datastructures.tree.nodegen
Classes in org.processmining.specpp.datastructures.tree.nodegen that implement ChildGenerationLogic Modifier and Type Class Description classMonotonousPlaceGenerationLogicContains the entire logic for generating child (and in the future parent) local nodes.Methods in org.processmining.specpp.datastructures.tree.nodegen with parameters of type ChildGenerationLogic Modifier and Type Method Description protected static PlaceNodePlaceNode. root(Place place, PlaceState state, ChildGenerationLogic<Place,PlaceState,PlaceNode> generationLogic)Constructors in org.processmining.specpp.datastructures.tree.nodegen with parameters of type ChildGenerationLogic Constructor Description PlaceNode(Place place, PlaceState state, ChildGenerationLogic<Place,PlaceState,PlaceNode> generationLogic, boolean isRoot, int depth) -
Uses of ChildGenerationLogic in org.processmining.specpp.supervision.instrumentators
Classes in org.processmining.specpp.supervision.instrumentators that implement ChildGenerationLogic Modifier and Type Class Description classInstrumentedChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>
-