Uses of Class
uchicago.src.sim.network.DefaultDrawableEdge

Packages that use DefaultDrawableEdge
uchicago.src.sim.network   
 

Uses of DefaultDrawableEdge in uchicago.src.sim.network
 

Methods in uchicago.src.sim.network that return DefaultDrawableEdge
static DefaultDrawableEdge EdgeFactory.createDrawableEdge(Node from, Node to)
          Constructs an edge from the specified to node to the specified node with a blank label.
static DefaultDrawableEdge EdgeFactory.createDrawableEdge(Node from, Node to, java.lang.String label)
          Constructs an edge from the specified node to the specified node with the specified label, and a default strength of 1.0.
static DefaultDrawableEdge EdgeFactory.createDrawableEdge(Node from, Node to, java.lang.String label, float strength)
          Constructs an edge from the specified from node to the specified to node with the specified label, and the specified strength.