Documentation of 'org.jgrapht.event.VertexTraversalEvent' Java class
VertexTraversalEvent
org.jgrapht.event

Class VertexTraversalEvent<V>

  • Type Parameters:
    V - the graph vertex type
    All Implemented Interfaces:
    java.io.Serializable


    public class VertexTraversalEvent<V>
    extends java.util.EventObject
    A traversal event for a graph vertex.
    Since:
    Aug 11, 2003
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      VertexTraversalEvent(java.lang.Object eventSource, V vertex)
      Creates a new VertexTraversalEvent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      V getVertex()
      Returns the traversed vertex.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VertexTraversalEvent

        public VertexTraversalEvent(java.lang.Object eventSource,
                                    V vertex)
        Creates a new VertexTraversalEvent.
        Parameters:
        eventSource - the source of the event.
        vertex - the traversed vertex.
    • Method Detail

      • getVertex

        public V getVertex()
        Returns the traversed vertex.
        Returns:
        the traversed vertex.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.