Uses of Class
visidia.graph.SupportVertex

Packages that use SupportVertex
visidia.graph   
visidia.simulation.command   
visidia.simulation.process   
 

Uses of SupportVertex in visidia.graph
 

Methods in visidia.graph that return SupportVertex
 SupportVertex Sensor.getSupportVertex()
          Gets the support vertex.
 

Methods in visidia.graph with parameters of type SupportVertex
 void Sensor.setSupportVertex(SupportVertex supportVertex)
          Sets the support vertex.
 

Uses of SupportVertex in visidia.simulation.command
 

Methods in visidia.simulation.command with parameters of type SupportVertex
 void SensorCommandListener.sensorMoved(int sensorId, SupportVertex origin, SupportVertex destination, VisidiaEvent event)
          Sensor moved.
 void SensorCommandListener.sensorNumberSet(SupportVertex supportVertex)
          Sensor number set.
 

Uses of SupportVertex in visidia.simulation.process
 

Methods in visidia.simulation.process that return SupportVertex
abstract  SupportVertex SensorMover.findWay(Sensor sensor)
          Returns the ID of the vertex neighbor to which the sensor will go.
 

Methods in visidia.simulation.process with parameters of type SupportVertex
 void SensorMover.move(Sensor sensor, SupportVertex vertexTo)
          Moves the sensor to a specified vertex neighbor.