|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsim.field.network.Network
sim.field.network.NetworkField
Deprecated. Use Network instead (NetworkField's superclass). In an upcoming version, this class will go away.
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 |
public NetworkField(boolean directed)
public NetworkField()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |