Uses of Class
fi.helsinki.dacopan.model.Protocol

Packages that use Protocol
fi.helsinki.dacopan.model Contains the core data structures (i.e. network data model) of the Dacopan Animator. 
fi.helsinki.dacopan.settings Classes for saving settings in the Animator. 
 

Uses of Protocol in fi.helsinki.dacopan.model
 

Fields in fi.helsinki.dacopan.model declared as Protocol
protected  Protocol VariableDefinition.protocol
          the protocol that this variables is associated with
protected  Protocol TransferUnit.protocol
          the protocol this unit belongs to
protected  Protocol StaticVariable.protocol
          the protocol this variable is associated with, if any
 

Methods in fi.helsinki.dacopan.model that return Protocol
 Protocol VariableDefinition.getProtocol()
           
 Protocol TransferUnit.getProtocol()
          Returns the protocol of this unit.
 Protocol StaticVariable.getProtocol()
           
 Protocol DefaultDataView.getProtocolById(long id)
           
 Protocol DataView.getProtocolById(long id)
          Returns the protocol with the given id, if any.
 

Methods in fi.helsinki.dacopan.model with parameters of type Protocol
 void DefaultDataView.addProtocol(Protocol protocol)
           
 void DataView.addProtocol(Protocol protocol)
          Adds the given protocol to this view.
 

Constructors in fi.helsinki.dacopan.model with parameters of type Protocol
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.
VariableDefinition(java.lang.String name, VariableDefinition.Scope scope, Protocol protocol)
          Creates a new variable definition with the given name, scope and protocol.
 

Uses of Protocol in fi.helsinki.dacopan.settings
 

Methods in fi.helsinki.dacopan.settings with parameters of type Protocol
 VariableDefinition[] GlobalSettingsMSC.VariableFields.getVariablesCenter(Protocol protocol)
           
 VariableDefinition[] GlobalSettingsMSC.VariableFields.getVariablesColumns(Protocol protocol)
           
 



© Dacopan2 team, 2005-