org.apache.tuscany.sca.databinding.impl
Class DirectedGraph.Vertex

java.lang.Object
  extended by org.apache.tuscany.sca.databinding.impl.DirectedGraph.Vertex
Enclosing class:
DirectedGraph<V,E>

public final class DirectedGraph.Vertex
extends java.lang.Object

Vertex of a graph


Method Summary
 java.util.Map<DirectedGraph.Vertex,DirectedGraph.Edge> getInEdges()
           
 java.util.Map<DirectedGraph.Vertex,DirectedGraph.Edge> getOutEdges()
           
 V getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public V getValue()

getOutEdges

public java.util.Map<DirectedGraph.Vertex,DirectedGraph.Edge> getOutEdges()

getInEdges

public java.util.Map<DirectedGraph.Vertex,DirectedGraph.Edge> getInEdges()