|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.graph.dot.DotObject
com.jeffpalm.graph.dot.Edge
public class Edge
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 |
---|
public final Node from
public final Node to
Constructor Detail |
---|
public Edge(Node from, Node to)
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |