visidia.io
Interface VisidiaIO

All Known Implementing Classes:
AgentIO, AlgorithmIO, ClassIO, GMLGraphIO, GraphIO, SensorMoverIO

public interface VisidiaIO

This interface deals with input/output operations.


Method Summary
 java.lang.Object load()
          Loads an object.
 void save(java.lang.Object object)
          Saves an object.
 

Method Detail

load

java.lang.Object load()
Loads an object.

Returns:
the object

save

void save(java.lang.Object object)
Saves an object.

Parameters:
object - the object