|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.digraph.parser.GraphElement
com.paypal.digraph.parser.GraphEdge
public class GraphEdge
| Field Summary | |
|---|---|
protected GraphNode |
mNode1
|
protected GraphNode |
mNode2
|
| Fields inherited from class com.paypal.digraph.parser.GraphElement |
|---|
mAttrs, mId |
| Constructor Summary | |
|---|---|
GraphEdge(String id,
GraphNode node1,
GraphNode node2)
|
|
| Method Summary | |
|---|---|
GraphNode |
getNode1()
|
GraphNode |
getNode2()
|
| Methods inherited from class com.paypal.digraph.parser.GraphElement |
|---|
getAttribute, getAttributes, getId, setAttribute, setAttributes, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected GraphNode mNode1
protected GraphNode mNode2
| Constructor Detail |
|---|
public GraphEdge(String id,
GraphNode node1,
GraphNode node2)
| Method Detail |
|---|
public GraphNode getNode1()
public GraphNode getNode2()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||