Package pascal.taie.util.graph
Class AbstractEdge<N>
java.lang.Object
pascal.taie.util.graph.AbstractEdge<N>
- All Implemented Interfaces:
Serializable
,Edge<N>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
source
The source node of the edge. -
target
The target node of the edge.
-
-
Constructor Details
-
AbstractEdge
-
-
Method Details
-
source
-
target
-
equals
-
hashCode
public int hashCode() -
toString
-