Interface LocalNode<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>
-
- All Superinterfaces:
Evaluable,GraphObject,HasProperties<P>,HasState<S>,KnowsDepth,LocallyExpandable<N>,PropertyNode<P>,StateNode<S>,TreeNode,Vertex
- All Known Implementing Classes:
AbstractLocalNode,LocalNodeWithExternalizedLogic,PlaceNode
public interface LocalNode<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>> extends PropertyNode<P>, StateNode<S>, LocallyExpandable<N>, KnowsDepth, Evaluable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisRoot()-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.traits.HasProperties
getProperties
-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.traits.HasState
getState, setState
-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.traits.KnowsDepth
getDepth
-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.traits.LocallyExpandable
canExpand, didExpand, generateChild, generatePotentialChildren
-
-