uchicago.src.sim.topology.graph
Class WeightedDirectedGraph

java.lang.Object
  extended byuchicago.src.sim.topology.graph.AbstractGraph
      extended byuchicago.src.sim.topology.graph.DirectedGraph
          extended byuchicago.src.sim.topology.graph.WeightedDirectedGraph
All Implemented Interfaces:
Graph, ModifyableTopology, RelationTopology, java.io.Serializable

public class WeightedDirectedGraph
extends DirectedGraph

Version:
$Revision: 1.2 $
Author:
Tom Howe
See Also:
Serialized Form

Constructor Summary
WeightedDirectedGraph(java.util.Set s)
           
WeightedDirectedGraph(java.util.Set s, java.lang.String type)
           
 
Methods inherited from class uchicago.src.sim.topology.graph.DirectedGraph
areAdjacent, clusterCoeffient, degree, distance, equals, getAdjacentNodes, getAdjacentNodes, getEdges, getEdgeSet, getInNodes, getNodes, getOutNodes, hashCode, insertEdge, insertEdge, isAcyclic, isUndirected, iterator, makeUndirected, removeEdge, removeEdge, reverseDirection, setDirectionFrom, size, topologicalSort
 
Methods inherited from class uchicago.src.sim.topology.graph.AbstractGraph
addRelation, getRelations, getRelations, getRelationType, removeRelation, setRelationType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeightedDirectedGraph

public WeightedDirectedGraph(java.util.Set s)
Parameters:
s -

WeightedDirectedGraph

public WeightedDirectedGraph(java.util.Set s,
                             java.lang.String type)
Parameters:
s -
type -