Class AttributedEdge
java.lang.Object
ghidra.service.graph.Attributed
ghidra.service.graph.AttributedEdge
Generic directed graph edge implementation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Attributed
clear, entrySet, getAttribute, getAttributes, getDescription, hasAttribute, isEmpty, keys, putAttributes, removeAttribute, setAttribute, setDescription, size, values
-
Field Details
-
EDGE_TYPE_KEY
- See Also:
-
-
Constructor Details
-
AttributedEdge
Constructs a new GhidraEdge- Parameters:
id- the unique id for the edge
-
-
Method Details
-
toString
-
getId
-
hashCode
-
equals
-
getEdgeType
Returns the edge type for this edge- Returns:
- the edge type for this edge
-
setEdgeType
-