Interface LocalNodeGenerator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>
-
- All Superinterfaces:
ChildGenerationLogic<P,S,N>,ParentGenerationLogic<P,S,N>,TreeNodeGenerator<N>
public interface LocalNodeGenerator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>> extends ChildGenerationLogic<P,S,N>, ParentGenerationLogic<P,S,N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NgenerateRoot()-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.ChildGenerationLogic
generateChild, hasChildrenLeft, potentialChildrenCount, potentialFutureChildren
-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.ParentGenerationLogic
generateParent
-
-
-
-
Method Detail
-
generateRoot
N generateRoot()
- Specified by:
generateRootin interfaceTreeNodeGenerator<P extends NodeProperties>
-
-