Package net.automatalib.graph.concept
Interface InitialNode<N>
-
- Type Parameters:
N- node class.
- All Known Subinterfaces:
MutableProceduralModalProcessGraph<N,L,E,AP,TP>,ProceduralModalProcessGraph<N,L,E,AP,TP>
public interface InitialNode<N>Initial node concept. Graphs implementing this interface expose a designated initial node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable NgetInitialNode()Retrieves the initial node, ornullif this graph does not have an initial node.
-