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