Uses of Interface
org.processmining.specpp.datastructures.tree.base.TreeNodeGenerator
-
-
Uses of TreeNodeGenerator in org.processmining.specpp.componenting.system.link
Subinterfaces of TreeNodeGenerator 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 TreeNodeGenerator in org.processmining.specpp.datastructures.tree.base
Subinterfaces of TreeNodeGenerator in org.processmining.specpp.datastructures.tree.base Modifier and Type Interface Description interfaceChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>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 TreeNodeGenerator Modifier and Type Class Description classPlaceGenerationLogic -
Uses of TreeNodeGenerator in org.processmining.specpp.datastructures.tree.nodegen
Classes in org.processmining.specpp.datastructures.tree.nodegen that implement TreeNodeGenerator Modifier and Type Class Description classMonotonousPlaceGenerationLogicContains the entire logic for generating child (and in the future parent) local nodes. -
Uses of TreeNodeGenerator in org.processmining.specpp.supervision.instrumentators
Classes in org.processmining.specpp.supervision.instrumentators that implement TreeNodeGenerator Modifier and Type Class Description classInstrumentedChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>
-