Class AbstractNetworkGraph

java.lang.Object
edu.uci.ics.jung.graph.AbstractGraph<V,​E>
edu.uci.ics.jung.graph.SparseGraph<AbstractGraphNode,​AbstractGraphEdge>
All Implemented Interfaces:
edu.uci.ics.jung.graph.Graph<AbstractGraphNode,​AbstractGraphEdge>, edu.uci.ics.jung.graph.Hypergraph<AbstractGraphNode,​AbstractGraphEdge>, java.io.Serializable, NetworkGraphListener, AttributeListener, AttributeObject, InterfaceObject, PopupMenuObject, NamedObject, TreeObject, CleanableObject, XMLObject, IconObject
Direct Known Subclasses:
CorticalNetworkGraph

public abstract class AbstractNetworkGraph
extends DefaultGraph
A graph which explicitly represents a connected network.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
See Also:
Serialized Form
  • Constructor Details

    • AbstractNetworkGraph

      public AbstractNetworkGraph()
  • Method Details