Packageimpression.simulation
Interfacepublic interface ISnapshotStringWriter

Defines the ability to write the simulation state to a string.



Public Methods
 MethodDefined By
  
Writes the simulation state to a String.
ISnapshotStringWriter
Method Detail
writeSnapshotString()method
public function writeSnapshotString():String

Writes the simulation state to a String.

Returns
String — A String containing the simulation state.