|
![]() SandMark version 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--sandmark.util.graph.Edge
|
+--sandmark.watermark.ct.trace.callforest.Edge
| Field Summary | |
static int |
MISSING_weight
|
| Fields inherited from class sandmark.util.graph.Edge |
BACK, CROSS, FORWARD, NO_EDGE_NUMBER, NOCLASS, sink, source, theEdgeNumber, TREE |
| Constructor Summary | |
Edge(Node from,
Node to,
int weight)
|
|
| Method Summary | |
protected java.lang.String |
color()
Return the color of this edge. |
protected int |
fontsize()
Return the fontsize of this edge. |
protected int |
getWeight()
Return the weight of this edge. |
protected java.lang.String |
orientation()
Orientation doesn't matter for call graph edges. |
protected void |
setWeight(int weight)
Set the weight of this edge. |
protected java.lang.String |
style()
Return the style of this node. |
java.lang.String |
toDot()
Format the node label in the dot format. |
java.lang.String |
toString()
Format the data in an easy to parse form. |
| Methods inherited from class sandmark.util.graph.Edge |
classToString, clone, edgeClass, edgeNumber, equals, getSink, getSource, hashCode, main, name, setEdgeClass, setEdgeNumber, sinkNode, sourceNode, toDot |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int MISSING_weight
| Constructor Detail |
public Edge(Node from,
Node to,
int weight)
| Method Detail |
public java.lang.String toString()
toString in class Edgeprotected int getWeight()
protected void setWeight(int weight)
protected java.lang.String color()
color in class Edgeprotected java.lang.String style()
style in class Edgeprotected int fontsize()
fontsize in class Edgeprotected java.lang.String orientation()
orientation in class Edgepublic java.lang.String toDot()
toDot in class Edge
|
SandMark version 3.0 Wed Jan 29 10:30:05 MST 2003 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||