|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ant4eclipse.lang.dependencygraph.DependencyGraph.Edge
public static class DependencyGraph.Edge
Internal representation of an edge.
Constructor Summary | |
---|---|
DependencyGraph.Edge(java.lang.Object aParent,
java.lang.Object aChild)
Creates a new instance of type Edge. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Object |
getChild()
Returns the child object. |
java.lang.Object |
getParent()
Returns the parent object. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DependencyGraph.Edge(java.lang.Object aParent, java.lang.Object aChild)
aParent
- the parent objectaChild
- the child objectMethod Detail |
---|
public java.lang.Object getChild()
public java.lang.Object getParent()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |