|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dk.brics.xact.analysis.flowgraph.Edge<Nodetype,Edgetype>
public class Edge<Nodetype,Edgetype>
Flow graph edge.
Constructor Summary | |
---|---|
Edge(Nodetype from,
Nodetype to,
Edgetype data)
Constructs an edge. |
Method Summary | |
---|---|
boolean |
equals(Object other)
Checks whether the given edge is equal to this edge. |
Edgetype |
getData()
Returns the edge data. |
Nodetype |
getFrom()
Returns the source node. |
Nodetype |
getTo()
Returns the target node. |
int |
hashCode()
Returns a hash code for this edge. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Edge(Nodetype from, Nodetype to, Edgetype data)
Method Detail |
---|
public boolean equals(Object other)
equals
in class Object
public Edgetype getData()
public Nodetype getFrom()
public Nodetype getTo()
public int hashCode()
hashCode
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |