MATES 3.0-rc2

Uses of Interface
org.mates.sim.models.LinkModel

Packages that use LinkModel
org.mates.sim   
org.mates.sim.models.link   
org.mates.sim.network   
 

Uses of LinkModel in org.mates.sim
 

Methods in org.mates.sim that return LinkModel
 LinkModel Simulator.getLinkModel()
          Accessor for the simulation's link model.
 

Methods in org.mates.sim with parameters of type LinkModel
 void Simulator.setLinkModel(LinkModel link_model)
          Sets this simulator's link model.
 

Constructors in org.mates.sim with parameters of type LinkModel
Simulator(LinkModel link_model, TransportModel transport_model)
          Primary constructor.
Simulator(LinkModel link_model)
          Builds a simulator with a DefaultTransportModel
 

Uses of LinkModel in org.mates.sim.models.link
 

Classes in org.mates.sim.models.link that implement LinkModel
 class FullyConnectedLinkModel
          A link model for fully connected networks.
 class GridLinkModel
          Link model for a grid.
 class QuadraticLinkModel
          A link model that defines link quality in an inverse exponential relationship with the Euclidean distance between hosts.
 class TemporalLinkModel
          A link model that defines link quality as a function of time.
 

Uses of LinkModel in org.mates.sim.network
 

Methods in org.mates.sim.network that return LinkModel
 LinkModel Topology.TopologyBundle.getLinkModel()
          Returns the link model with which to update
 

Methods in org.mates.sim.network with parameters of type LinkModel
 void Topology.update(java.util.Vector hosts, LinkModel link_model)
          Updates this topology with a new set of hosts.
 

Constructors in org.mates.sim.network with parameters of type LinkModel
Topology(java.util.Vector hosts, LinkModel link_model)
          Creates a new topology from a given set of hosts, determining their connectivity from the provided link model.
Topology.TopologyBundle(java.util.Vector hosts, LinkModel link_model)
          Default constructor.
 


MATES 3.0-rc2

Submit a bug or request a feature
http://mates.sourceforge.net/

Copyright 2004 Evan Sultanik