Uses of Class
visidia.graph.Sensor

Packages that use Sensor
visidia.graph   
visidia.simulation.process   
 

Uses of Sensor in visidia.graph
 

Methods in visidia.graph that return Sensor
 Sensor SensorGraph.addSensorOnVertex(Vertex vertex)
          Adds the sensor on vertex.
 

Methods in visidia.graph that return types with arguments of type Sensor
 java.util.Enumeration<Sensor> SupportVertex.getHostedSensors()
          Gets the hosted sensors.
 

Methods in visidia.graph with parameters of type Sensor
 void SupportVertex.addSensor(Sensor sensor)
          Adds the sensor.
 boolean SupportVertex.isTheLastSensor(Sensor sensor)
          Checks if is the last sensor.
 void SupportVertex.removeSensor(Sensor sensor)
          Removes the sensor.
 

Uses of Sensor in visidia.simulation.process
 

Methods in visidia.simulation.process with parameters of type Sensor
abstract  SupportVertex SensorMover.findWay(Sensor sensor)
          Returns the ID of the vertex neighbor to which the sensor will go.
 void SensorMover.move(Sensor sensor)
          Moves the sensor to the next vertex using the sensor's local mover.
 void SensorMover.move(Sensor sensor, SupportVertex vertexTo)
          Moves the sensor to a specified vertex neighbor.