com.paypal.digraph.parser
Class GraphEdge

java.lang.Object
  extended by com.paypal.digraph.parser.GraphElement
      extended by com.paypal.digraph.parser.GraphEdge

public class GraphEdge
extends GraphElement


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

mNode1

protected GraphNode mNode1

mNode2

protected GraphNode mNode2
Constructor Detail

GraphEdge

public GraphEdge(String id,
                 GraphNode node1,
                 GraphNode node2)
Method Detail

getNode1

public GraphNode getNode1()

getNode2

public GraphNode getNode2()


Copyright © 2017. All rights reserved.