Uses of Interface
org.processmining.specpp.datastructures.tree.base.LocalNode
-
-
Uses of LocalNode in org.processmining.specpp.componenting.system.link
Classes in org.processmining.specpp.componenting.system.link with type parameters of type LocalNode Modifier and Type Interface Description interfaceChildGenerationLogicComponent<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>> -
Uses of LocalNode in org.processmining.specpp.datastructures.tree.base
Classes in org.processmining.specpp.datastructures.tree.base with type parameters of type LocalNode 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>interfaceLocalNode<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>> -
Uses of LocalNode in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement LocalNode Modifier and Type Class Description classAbstractLocalNode<P extends NodeProperties,S extends NodeState,N extends AbstractLocalNode<P,S,N>>classLocalNodeWithExternalizedLogic<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>> -
Uses of LocalNode in org.processmining.specpp.datastructures.tree.heuristic
Classes in org.processmining.specpp.datastructures.tree.heuristic with type parameters of type LocalNode Modifier and Type Class Description classLocalNodeGenerationConstraint<N extends LocalNode<?,?,N>>classSubtreeCutoffConstraint<N extends LocalNode<?,?,N>> -
Uses of LocalNode in org.processmining.specpp.datastructures.tree.nodegen
Classes in org.processmining.specpp.datastructures.tree.nodegen that implement LocalNode Modifier and Type Class Description classPlaceNodeThis class represents a tree node containing aPlace(asNodeProperties) together with aPlaceState(asNodeState) that indicates already generated children nodes. -
Uses of LocalNode in org.processmining.specpp.supervision.instrumentators
Classes in org.processmining.specpp.supervision.instrumentators with type parameters of type LocalNode Modifier and Type Class Description classInstrumentedChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>
-