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

Packages that use Link
fi.helsinki.dacopan.model Contains the core data structures (i.e. network data model) of the Dacopan Animator. 
 

Uses of Link in fi.helsinki.dacopan.model
 

Fields in fi.helsinki.dacopan.model declared as Link
protected  Link StaticVariable.link
          the link this variable is associated with, if any
 

Methods in fi.helsinki.dacopan.model that return Link
 Link StaticVariable.getLink()
           
 Link DefaultDataView.getLinkById(long id)
           
 Link DataView.getLinkById(long id)
          Returns the link with the given id, if any.
 

Methods in fi.helsinki.dacopan.model with parameters of type Link
 void DefaultDataView.addLink(Link link)
           
 void DataView.addLink(Link link)
          Adds the given link to this view.
 

Constructors in fi.helsinki.dacopan.model with parameters of type Link
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).
 



© Dacopan2 team, 2005-