|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An edge in a class graph.
| Method Summary | |
String |
getLabel()
The label of the edge, or null if it is not a construction edge. |
Object |
getSource()
The source node of the edge. |
Object |
getTarget()
The target node of the edge. |
boolean |
isAlternationEdge()
Is the edge an alternation (subclass) edge? |
boolean |
isConstructionEdge()
Is the edge a construction (part) edge? |
boolean |
isInheritanceEdge()
Is the edge an inheritance (superclass) edge? |
| Method Detail |
public Object getSource()
public Object getTarget()
public String getLabel()
public boolean isConstructionEdge()
public boolean isAlternationEdge()
public boolean isInheritanceEdge()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||