Class AbstCdgEdge
java.lang.Object
sootup.codepropertygraph.propertygraph.edges.PropertyGraphEdge
sootup.codepropertygraph.propertygraph.edges.AbstCdgEdge
- Direct Known Subclasses:
CdgEdge
Abstract base class for CDG (Control Dependence Graph) edges in a property graph.
-
Constructor Summary
ConstructorsConstructorDescriptionAbstCdgEdge(PropertyGraphNode source, PropertyGraphNode destination) Creates a CDG edge between the given source and destination nodes. -
Method Summary
Methods inherited from class sootup.codepropertygraph.propertygraph.edges.PropertyGraphEdge
equals, getDestination, getSource, hashCode
-
Constructor Details
-
AbstCdgEdge
Creates a CDG edge between the given source and destination nodes.
-
-
Method Details
-
getLabel
Returns the label identifying this CDG edge type.- Specified by:
getLabelin classPropertyGraphEdge
-