Interface FinalNode<N>

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.

@FunctionalInterface public interface FinalNode<N>
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the final node, or null if this graph does not have a final node.
  • Method Details

    • getFinalNode

      @Nullable N getFinalNode()
      Retrieves the final node, or null if this graph does not have a final node.
      Returns:
      the final node.