Packageimpression.simulation
Interfacepublic interface ISimulationProvider

Defines a mechanism for accessing an ISimulation object.

When simulations are loaded from an external file, unless the document object implements ISimulation, there is no simple, generic, mechanism for a runtime to locate and use the simulation. By implementing ISimulationProvider in the document object of the external simulation file, your runtime can use the method defined in the interface to access the ISimulation object, regardless of the architecture of the simulation file.



Public Methods
 MethodDefined By
  
Returns an ISimulation object.
ISimulationProvider
Method Detail
getSimulation()method
public function getSimulation():ISimulation

Returns an ISimulation object.

Returns
ISimulation — An ISimulation object.