Package | impression.events |
Class | public class SimulationObjectTypes |
Inheritance | SimulationObjectTypes ![]() |
Method | Defined By | ||
---|---|---|---|
fromSource(source:*):String [static]
Returns a string indicating the type of source. | SimulationObjectTypes |
Constant | Defined By | ||
---|---|---|---|
RULES_ENGINE : String = rules engine [static]
The object implements IRulesEngine. | SimulationObjectTypes | ||
SEQUENCER : String = sequencer [static]
The object implements ISequencer. | SimulationObjectTypes | ||
SIMULATION : String = simulation [static]
The object implements ISimulation. | SimulationObjectTypes | ||
SIMULATION_UI : String = simulation ui [static]
The object implements ISimulationUI. | SimulationObjectTypes | ||
SNAPSHOT_LOADER : String = snapshot loader [static]
The object implements ISnapshotLoader. | SimulationObjectTypes | ||
UNKNOWN : String [static]
The object does not implement any known interface in the impression.simulation namespace. | SimulationObjectTypes |
fromSource | () | method |
public static function fromSource(source:*):String
Returns a string indicating the type of source
.
If source
implements more than one of the interfaces in the simulation namespace, the first one
(as ordered in the list below) is returned.
Parameters
source:* — The object to determine the type of. source can be one of the following types:
|
String — A SimulationObjectTypes constant value indicating the type of source .
|
RULES_ENGINE | Constant |
public static const RULES_ENGINE:String = rules engine
The object implements IRulesEngine.
SEQUENCER | Constant |
public static const SEQUENCER:String = sequencer
The object implements ISequencer.
SIMULATION | Constant |
public static const SIMULATION:String = simulation
The object implements ISimulation.
SIMULATION_UI | Constant |
public static const SIMULATION_UI:String = simulation ui
The object implements ISimulationUI.
SNAPSHOT_LOADER | Constant |
public static const SNAPSHOT_LOADER:String = snapshot loader
The object implements ISnapshotLoader.
UNKNOWN | Constant |
public static const UNKNOWN:String
The object does not implement any known interface in the impression.simulation namespace.