addedmethod:
copyAll
void copyAll(ghidra.util.graph.DirectedGraph copy)
addedmethod:
copyEdge
void copyEdge(ghidra.util.graph.Edge e, ghidra.util.graph.DirectedGraph other)
addedmethod:
copyEdgeAttributeValues
void copyEdgeAttributeValues(ghidra.util.graph.Edge newe, ghidra.util.graph.Edge e, ghidra.util.graph.DirectedGraph other)
addedmethod:
copyVertex
void copyVertex(ghidra.util.graph.Vertex node, ghidra.util.graph.DirectedGraph other)
addedmethod:
copyVertexAttributeValues
void copyVertexAttributeValues(ghidra.util.graph.Vertex vert, ghidra.util.graph.DirectedGraph other)
addedmethod:
getEdgeAttribute
ghidra.util.graph.attributes.ObjectAttribute<ghidra.util.graph.Edge> getEdgeAttribute(java.lang.String attribName)
addedmethod:
getEdgeProperty
java.lang.Object getEdgeProperty(java.lang.String propName, ghidra.util.graph.Edge e)
addedmethod:
getVertexAttribute
ghidra.util.graph.attributes.ObjectAttribute<ghidra.util.graph.Vertex> getVertexAttribute(java.lang.String attribName)
addedmethod:
getVertexProperty
java.lang.Object getVertexProperty(java.lang.String propName, ghidra.util.graph.Vertex v)
addedmethod:
setEdgeProperty
void setEdgeProperty(java.lang.String propName, ghidra.util.graph.Edge e, java.lang.Object prop)
addedmethod:
setVertexProperty
void setVertexProperty(java.lang.String propName, ghidra.util.graph.Vertex v, java.lang.Object prop)