com.jeffpalm.graph.dot
Class Edge

java.lang.Object
  extended by com.jeffpalm.graph.dot.DotObject
      extended by com.jeffpalm.graph.dot.Edge
All Implemented Interfaces:
HasProperties

public class Edge
extends DotObject


Field Summary
 Node from
           
 Node to
           
 
Constructor Summary
Edge(Node from, Node to)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class com.jeffpalm.graph.dot.DotObject
getProperties, set, set, set, set, set, set, set, set
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

from

public final Node from

to

public final Node to
Constructor Detail

Edge

public Edge(Node from,
            Node to)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object