|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.databinding.impl.DirectedGraph.Vertex
public final class DirectedGraph.Vertex
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 |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic V getValue()
public java.util.Map<DirectedGraph.Vertex,DirectedGraph.Edge> getOutEdges()
public java.util.Map<DirectedGraph.Vertex,DirectedGraph.Edge> getInEdges()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||