|
|||||||||
| 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.Path
public final class DirectedGraph.Path
The path between two vertices
| Constructor Summary | |
|---|---|
DirectedGraph.Path()
|
|
| Method Summary | |
|---|---|
void |
addEdge(DirectedGraph.Edge edge)
|
java.util.List<DirectedGraph.Edge> |
getEdges()
|
int |
getWeight()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DirectedGraph.Path()
| Method Detail |
|---|
public int getWeight()
public java.util.List<DirectedGraph.Edge> getEdges()
public void addEdge(DirectedGraph.Edge edge)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||