Uses of Interface
org.processmining.specpp.datastructures.tree.base.PropertyNode
-
-
Uses of PropertyNode in org.processmining.specpp.datastructures.tree.base
Subinterfaces of PropertyNode in org.processmining.specpp.datastructures.tree.base Modifier and Type Interface Description interfaceLocalNode<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>> -
Uses of PropertyNode in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement PropertyNode 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>>Method parameters in org.processmining.specpp.datastructures.tree.base.impls with type arguments of type PropertyNode Modifier and Type Method Description voidChangeTree. observe(TreeNodeEvent<PropertyNode<P>> event) -
Uses of PropertyNode in org.processmining.specpp.datastructures.tree.nodegen
Classes in org.processmining.specpp.datastructures.tree.nodegen that implement PropertyNode 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 PropertyNode in org.processmining.specpp.supervision.monitoring
Method parameters in org.processmining.specpp.supervision.monitoring with type arguments of type PropertyNode Modifier and Type Method Description voidTreeMonitor. handleObservation(TreeNodeEvent<PropertyNode<Place>> observation)
-