|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectEdgeData
public class EdgeData
The data associated with an edge. At this point, this is simply the edge type (tree or dominance).
Constructor Summary | |
---|---|
EdgeData(EdgeType type)
The constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
EdgeType |
getType()
Returns the edge type. |
int |
hashCode()
|
String |
toString()
Returns a string representation of this edge-data object. |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EdgeData(EdgeType type)
type
- the type of this edgeMethod Detail |
---|
public EdgeType getType()
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |