- All Known Subinterfaces:
MutableProceduralModalProcessGraph<N,,L, E, AP, TP> ProceduralModalProcessGraph<N,L, E, AP, TP>
- All Known Implementing Classes:
CompactPMPG
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the final node, ornullif this graph does not have a final node.
-
Method Details
-
getFinalNode
Retrieves the final node, ornullif this graph does not have a final node.- Returns:
- the final node.
-