Class SourceGraphIterator

    • Constructor Detail

      • SourceGraphIterator

        public SourceGraphIterator()
    • Method Detail

      • setSource

        public void setSource​(Graphable source)
        Sets the source for the iteration.
        Parameters:
        source - The source of the iteration.
      • getSource

        public Graphable getSource()
        Returns the source of the iteration.
        Returns:
        The source of the iteration.