Package ghidra.service.graph
Class EmptyGraphType
- java.lang.Object
-
- ghidra.service.graph.GraphType
-
- ghidra.service.graph.EmptyGraphType
-
public class EmptyGraphType extends GraphType
Default GraphType implementation that has no vertex or edge types defined
-
-
Constructor Summary
Constructors Constructor Description EmptyGraphType()
-
Method Summary
-
Methods inherited from class ghidra.service.graph.GraphType
containsEdgeType, containsVertexType, equals, getDescription, getEdgeTypes, getName, getOptionsName, getVertexTypes, hashCode
-
-