Package net.automatalib.graph.concept
Interface FinalNode<N>
-
- All Known Subinterfaces:
MutableProceduralModalProcessGraph<N,L,E,AP,TP>,ProceduralModalProcessGraph<N,L,E,AP,TP>
public interface FinalNode<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable NgetFinalNode()Retrieves the final node, ornullif this graph does not have a final node.
-