|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.ucdenver.ccp.esm.Edge
public class Edge
Definition of Edge for dependency graphs
Edge is then fed into graphs of the JUNG library
The Edge definition can be modified based on one's own needs
| Constructor Summary | |
|---|---|
Edge(Vertex gov,
String label,
Vertex dep)
Construtor to initialize the class field |
|
| Method Summary | |
|---|---|
Vertex |
getDependent()
retrieve dependent node of the edge |
Vertex |
getGovernor()
retrieve governor node of the edge |
String |
getLabel()
retrieve edge label |
String |
toString()
print edge content |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Edge(Vertex gov,
String label,
Vertex dep)
| Method Detail |
|---|
public Vertex getDependent()
public Vertex getGovernor()
public String getLabel()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||