Hierarchy For Package ghidra.graph
Class Hierarchy
- java.lang.Object
- docking.ComponentProvider (implements docking.action.ActionContextProvider, help.HelpDescriptor)
- ghidra.graph.VisualGraphComponentProvider<V,
E, G>
- ghidra.graph.VisualGraphComponentProvider<V,
- ghidra.graph.DefaultGEdge<V> (implements ghidra.graph.GEdge<V>)
- ghidra.graph.MutableGDirectedGraphWrapper.DummyEdge
- ghidra.graph.GraphAlgorithms
- ghidra.service.graph.GraphDisplayOptions (implements ghidra.framework.options.OptionsChangeListener)
- ghidra.graph.ProgramGraphDisplayOptions
- ghidra.graph.GraphFactory
- ghidra.graph.GraphPath<V>
- ghidra.graph.GraphPathSet<V>
- ghidra.service.graph.GraphType
- ghidra.graph.ProgramGraphType
- ghidra.graph.BlockFlowGraphType
- ghidra.graph.CallGraphType
- ghidra.graph.CodeFlowGraphType
- ghidra.graph.DataFlowGraphType
- ghidra.graph.ProgramGraphType
- ghidra.graph.MutableGDirectedGraphWrapper<V,
E> (implements ghidra.graph.GDirectedGraph<V, E>)
- docking.ComponentProvider (implements docking.action.ActionContextProvider, help.HelpDescriptor)
Interface Hierarchy
- ghidra.graph.GEdge<V>
- ghidra.graph.GWeightedEdge<V>
- ghidra.graph.GEdgeWeightMetric<E>
- ghidra.graph.GImplicitDirectedGraph<V,
E> - ghidra.graph.GDirectedGraph<V,
E> - ghidra.graph.VisualGraph<V,
E>
- ghidra.graph.VisualGraph<V,
- ghidra.graph.GDirectedGraph<V,
- ghidra.graph.GVertex