MATES 3.0-rc2

org.mates.sim.models.mobility
Class StaticMobilityModel

java.lang.Object
  extended byorg.mates.sim.models.mobility.StaticMobilityModel
All Implemented Interfaces:
MobilityModel

public class StaticMobilityModel
extends java.lang.Object
implements MobilityModel

A mobility model for a static network; the hosts are never moved.

Author:
Evan Sultanik

Constructor Summary
StaticMobilityModel()
          Default constructor
 
Method Summary
 void moveHost(Host host)
          This method does nothing; the host is never moved.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticMobilityModel

public StaticMobilityModel()
Default constructor

Method Detail

moveHost

public void moveHost(Host host)
This method does nothing; the host is never moved.

Specified by:
moveHost in interface MobilityModel

MATES 3.0-rc2

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

Copyright 2004 Evan Sultanik