sim.field.network
Class NetworkField

java.lang.Object
  extended bysim.field.network.Network
      extended bysim.field.network.NetworkField
All Implemented Interfaces:
java.io.Serializable

public class NetworkField
extends Network

Deprecated. Use Network instead (NetworkField's superclass). In an upcoming version, this class will go away.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class sim.field.network.Network
Network.IndexOutIn
 
Field Summary
 
Fields inherited from class sim.field.network.Network
allNodes, directed, indexOutInHash
 
Constructor Summary
NetworkField()
          Constructs a directed graph
NetworkField(boolean directed)
          Constructs a directed or undirected graph.
 
Methods inherited from class sim.field.network.Network
addEdge, addEdge, addNode, clear, cloneGraph, getAdjacencyList, getAdjacencyMatrix, getAllNodes, getEdges, getEdgesIn, getEdgesOut, getGraphComplement, getMultigraphAdjacencyMatrix, getNodeIndex, iterator, removeAllNodes, removeEdge, removeNode, reverseAllEdges
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkField

public NetworkField(boolean directed)
Constructs a directed or undirected graph.


NetworkField

public NetworkField()
Constructs a directed graph