|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Flow | |
---|---|
fi.helsinki.dacopan.model | Contains the core data structures (i.e. network data model) of the Dacopan Animator. |
Uses of Flow in fi.helsinki.dacopan.model |
---|
Fields in fi.helsinki.dacopan.model declared as Flow | |
---|---|
protected Flow |
TransferUnit.flow
the flow this units belongs to (might be null) |
Methods in fi.helsinki.dacopan.model that return Flow | |
---|---|
Flow |
TransferUnit.getFlow()
Returns the flow this unit belongs to (may be null). |
Flow |
DefaultDataView.getFlowById(long id)
|
Flow |
DataView.getFlowById(long id)
Returns the flow by the given id, if any. |
Methods in fi.helsinki.dacopan.model with parameters of type Flow | |
---|---|
void |
DefaultDataView.addFlow(Flow flow)
|
void |
DataView.addFlow(Flow flow)
Adds the given flow to this view. |
Constructors in fi.helsinki.dacopan.model with parameters of type Flow | |
---|---|
TransferUnit(long id,
java.util.Map values,
Protocol protocol,
Flow flow,
Host source,
Host destination,
boolean dropped)
|
|
TransferUnit(long id,
java.util.Map values,
Protocol protocol,
Flow flow,
Host source,
Host destination,
float sendStart,
float receiveEnd,
boolean dropped)
Constructor for lower-level units with their own timestamps. |
|
TransferUnit(long id,
java.util.Map values,
Protocol protocol,
Flow flow,
Host source,
Host destination,
java.util.List children,
boolean dropped)
Constructor for higher level units with children. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |