Interface ADSNode<S,​I,​O>

    • Method Detail

      • getNodes

        default Collection<ADSNode<S,​I,​O>> getNodes()
        Description copied from interface: SimpleGraph
        Retrieves an (unmodifiable) collection of the nodes in this graph.
        Specified by:
        getNodes in interface SimpleGraph<S>
        Returns:
        the nodes in this graph