Uses of Interface
org.processmining.specpp.datastructures.tree.base.traits.HasState
-
-
Uses of HasState in org.processmining.specpp.datastructures.tree.base
Subinterfaces of HasState 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 HasState in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement HasState 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 HasState in org.processmining.specpp.datastructures.tree.base.traits
Subinterfaces of HasState in org.processmining.specpp.datastructures.tree.base.traits Modifier and Type Interface Description interfaceStateNode<S extends NodeState> -
Uses of HasState in org.processmining.specpp.datastructures.tree.nodegen
Classes in org.processmining.specpp.datastructures.tree.nodegen that implement HasState Modifier and Type Class Description classPlaceNodeThis class represents a tree node containing aPlace(asNodeProperties) together with aPlaceState(asNodeState) that indicates already generated children nodes.
-