Interface DirectedGraphable

    • Method Detail

      • getInRelated

        Iterator<? extends Graphable> getInRelated()
        Returns other components related through an in relationship.
        Returns:
        An iterator over the other directed components related through an in relationship.
        See Also:
        Graphable.getRelated()
      • getOutRelated

        Iterator<? extends Graphable> getOutRelated()
        Returns other components related through an out relationship.
        Returns:
        An iterator over the other directed components related through an out relationship.
        See Also:
        Graphable.getRelated()