|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectunikl.disco.nc.Flow
public class Flow
Class representing flows through the network.
Field Summary | |
---|---|
Curve |
ac
The flow's arrival curve |
java.lang.Integer |
id
The flow's ID. |
java.util.List |
path
The (edge) path the flow traverses |
edu.uci.ics.jung.graph.Vertex |
sink
The vertex at which the flow ends |
edu.uci.ics.jung.graph.Vertex |
source
The vertex at which the flow originates |
Constructor Summary | |
---|---|
Flow(edu.uci.ics.jung.graph.Vertex source,
edu.uci.ics.jung.graph.Vertex sink,
Curve ac,
java.util.List path)
|
Method Summary | |
---|---|
static Flow |
createDummyFlow()
Creates a dummy flow. |
java.lang.String |
toString()
Returns a string representation of the flow. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.Integer id
public Curve ac
public edu.uci.ics.jung.graph.Vertex source
public edu.uci.ics.jung.graph.Vertex sink
public java.util.List path
Constructor Detail |
---|
public Flow(edu.uci.ics.jung.graph.Vertex source, edu.uci.ics.jung.graph.Vertex sink, Curve ac, java.util.List path)
source
- the vertex at which the flow originatessink
- the vertex at which teh flow endsac
- the flow's arrival curvepath
- the (edge) path the flow traversesMethod Detail |
---|
public static Flow createDummyFlow()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |