Documentation of 'org.jgrapht.traverse.GraphIterator' Java class
GraphIterator
org.jgrapht.traverse

Interface GraphIterator<V,E>

    • Method Detail

      • isCrossComponentTraversal

        boolean isCrossComponentTraversal()
        Test whether this iterator is set to traverse the grpah across connected components.
        Returns:
        true if traverses across connected components, otherwise false.
      • setReuseEvents

        void setReuseEvents(boolean reuseEvents)
        Sets a value the reuseEvents flag. If the reuseEvents flag is set to true this class will reuse previously fired events and will not create a new object for each event. This option increases performance but should be used with care, especially in multithreaded environment.
        Parameters:
        reuseEvents - whether to reuse previously fired event objects instead of creating a new event object for each event.
      • isReuseEvents

        boolean isReuseEvents()
        Tests whether the reuseEvents flag is set. If the flag is set to true this class will reuse previously fired events and will not create a new object for each event. This option increases performance but should be used with care, especially in multithreaded environment.
        Returns:
        the value of the reuseEvents flag.
      • addTraversalListener

        void addTraversalListener(TraversalListener<V,E> l)
        Adds the specified traversal listener to this iterator.
        Parameters:
        l - the traversal listener to be added.
      • remove

        void remove()
        Unsupported.
        Specified by:
        remove in interface java.util.Iterator<V>
      • removeTraversalListener

        void removeTraversalListener(TraversalListener<V,E> l)
        Removes the specified traversal listener from this iterator.
        Parameters:
        l - the traversal listener to be removed.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.