|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Host | |
---|---|
fi.helsinki.dacopan.model | Contains the core data structures (i.e. network data model) of the Dacopan Animator. |
fi.helsinki.dacopan.ui | User interface classes, frames, panels etc. |
Uses of Host in fi.helsinki.dacopan.model |
---|
Fields in fi.helsinki.dacopan.model declared as Host | |
---|---|
protected Host |
TransferUnit.destination
destination host |
protected Host |
Link.first
first host |
protected Host |
Flow.first
first endpoint |
protected Host |
StaticVariable.host
the host this variable is associated with, if any |
protected Host |
Link.second
second host |
protected Host |
Flow.second
second endpoint |
protected Host |
TransferUnit.source
source host |
Methods in fi.helsinki.dacopan.model that return Host | |
---|---|
Host |
TransferUnit.getDestination()
Returns the destination host of this unit. |
Host |
Link.getFirst()
|
Host |
Flow.getFirst()
|
Host |
StaticVariable.getHost()
|
Host |
DefaultDataView.getHostById(long id)
|
Host |
DataView.getHostById(long id)
Returns the host by the id. |
Host |
Link.getSecond()
|
Host |
Flow.getSecond()
|
Host |
TransferUnit.getSource()
Returns the source host of this unit. |
Methods in fi.helsinki.dacopan.model with parameters of type Host | |
---|---|
void |
DefaultDataView.addHost(Host host)
|
void |
DataView.addHost(Host host)
Adds the given host to this view. |
void |
TransferUnit.addVariableValue(java.lang.String name,
Host host,
java.lang.String value)
Adds a variable value to this unit. |
void |
TransferUnit.addVariableValue(VariableDefinition def,
Host host,
java.lang.String value)
|
java.lang.String |
TransferUnit.getValue(VariableDefinition variable,
Host host)
Returns the value of the given variable. |
Constructors in fi.helsinki.dacopan.model with parameters of type Host | |
---|---|
Flow(long id,
Host first,
int firstPort,
Host second,
int secondPort)
|
|
Link(long id,
Host first,
Host second)
Creates a link with the given values. |
|
Link(long id,
Host first,
Host second,
java.util.List staticVariables)
Creates a link with the given values and static variables. |
|
StaticVariable(java.lang.String name,
java.lang.String value,
Host host,
Link link,
Protocol protocol)
Creates a static variable with the given name and value (required). |
|
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. |
Uses of Host in fi.helsinki.dacopan.ui |
---|
Methods in fi.helsinki.dacopan.ui that return Host | |
---|---|
Host |
SettingsMSC.getLeftHost()
Getter for property leftHost. |
Host |
SettingsMSC.getRightHost()
Getter for property rightHost. |
Constructors in fi.helsinki.dacopan.ui with parameters of type Host | |
---|---|
SettingsMSC(Host leftHost,
Host rightHost,
Layer layer,
VariableDefinition[] variablesCenter,
VariableDefinition[] variablesColumns)
Creates a new instance of SettingsMSC |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |