visidia.io
Class SensorMoverIO

java.lang.Object
  extended by visidia.io.ClassIO
      extended by visidia.io.SensorMoverIO
All Implemented Interfaces:
VisidiaIO

public class SensorMoverIO
extends ClassIO

This class deals with input operations on sensor movers.


Constructor Summary
SensorMoverIO(ClassIdentifier classId)
          Instantiates a new sensor mover input/output.
 
Method Summary
 SensorMover load()
          Loads the current file as a sensor mover.
 void save(java.lang.Object object)
          This function does nothing.
 
Methods inherited from class visidia.io.ClassIO
getClassIdentifier, load, recreateInSystemClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensorMoverIO

public SensorMoverIO(ClassIdentifier classId)
Instantiates a new sensor mover input/output.

Parameters:
classId - the class identifier
Method Detail

load

public SensorMover load()
Loads the current file as a sensor mover.

Specified by:
load in interface VisidiaIO
Overrides:
load in class ClassIO
Returns:
the sensor mover
See Also:
VisidiaIO.load()

save

public void save(java.lang.Object object)
This function does nothing. A sensor mover cannot be saved.

Specified by:
save in interface VisidiaIO
Overrides:
save in class ClassIO
Parameters:
object - the object
See Also:
VisidiaIO.save(java.lang.Object)