A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
getClass(value:any, applicationDomain:flash.system:ApplicationDomain) — method, interface com.soma.core.interfaces.ISomaReflector
Retrieves a Class.
getCommand(commandName:String) — method, class com.soma.core.Soma
Retrieves the command class that has been registered with a command name.
getCommand(commandName:String) — method, class com.soma.core.controller.Command
Retrieves the command class that has been registered with a command name.
getCommand(commandName:String) — method, class com.soma.core.controller.SomaController
Retrieves the command class that has been registered with a command name.
getCommand(commandName:String) — method, interface com.soma.core.interfaces.ISoma
Retrieves the command class that has been registered with a command name.
getCommand(commandName:String) — method, class com.soma.core.wire.Wire
Retrieves the command class that has been registered with a command name.
getCommands() — method, class com.soma.core.Soma
Retrieves all the command names (event type) that have been registered to the framework.
getCommands() — method, class com.soma.core.controller.Command
Retrieves all the command names (event type) that have been registered to the framework.
getCommands() — method, class com.soma.core.controller.SomaController
Retrieves the sequence command instance using an event instance that has been created from this sequence command.
getCommands() — method, interface com.soma.core.interfaces.ISoma
Retrieves all the command names (event type) that have been registered to the framework.
getCommands() — method, class com.soma.core.wire.Wire
Retrieves all the command names (event type) that have been registered to the framework.
getFQCN(value:any, replaceColons:Boolean) — method, interface com.soma.core.interfaces.ISomaReflector
Retrieves a fully qualified Class name.
getInstance(classTarget:Class, name:String) — method, class com.soma.core.di.SomaInjector
Retrieves or instantiates an instance of the given Class.
getInstance(classTarget:Class, name:String) — method, interface com.soma.core.interfaces.ISomaInjector
Retrieves or instantiates an instance of the given Class.
getLastSequencer() — method, class com.soma.core.Soma
Retrieves the last sequence command that has been instantiated in the framework.
getLastSequencer() — method, class com.soma.core.controller.Command
Retrieves the last sequence command that has been instantiated in the framework.
getLastSequencer() — method, class com.soma.core.controller.SomaController
Retrieves the last sequence command that has been instantiated in the framework.
getLastSequencer() — method, interface com.soma.core.interfaces.ISoma
Retrieves the last sequence command that has been instantiated in the framework.
getLastSequencer() — method, class com.soma.core.wire.Wire
Retrieves the last sequence command that has been instantiated in the framework.
getMediatorByView(view:Object) — method, class com.soma.core.mediator.SomaMediators
Retrieves a mediator instance using its view.
getModel(modelName:String) — method, class com.soma.core.Soma
Retrieves the model instance that has been registered using its name.
getModel(modelName:String) — method, class com.soma.core.controller.Command
Retrieves the model instance that has been registered using its name.
getModel(modelName:String) — method, interface com.soma.core.interfaces.ISoma
Retrieves the model instance that has been registered using its name.
getModel(modelName:String) — method, class com.soma.core.model.SomaModels
Retrieves the model instance that has been registered using its name.
getModel(modelName:String) — method, class com.soma.core.wire.Wire
Retrieves the model instance that has been registered using its name.
getModels() — method, class com.soma.core.Soma
Retrieves all the model instances that have been registered to the framework.
getModels() — method, class com.soma.core.controller.Command
Retrieves all the model instances that have been registered to the framework.
getModels() — method, interface com.soma.core.interfaces.ISoma
Retrieves all the model instances that have been registered to the framework.
getModels() — method, class com.soma.core.model.SomaModels
Retrieves all the model instances that have been registered to the framework.
getModels() — method, class com.soma.core.wire.Wire
Retrieves all the model instances that have been registered to the framework.
getName() — method, interface com.soma.core.interfaces.IModel
Retrieves the name of the model.
getName() — method, interface com.soma.core.interfaces.IWire
Retrieves the name of the wire.
getName() — method, class com.soma.core.model.Model
Retrieves the name of the model.
getName() — method, class com.soma.core.wire.Wire
Retrieves the name of the wire.
getParentInjector() — method, class com.soma.core.di.SomaInjector
Retrieves the injector parent if any.
getParentInjector() — method, interface com.soma.core.interfaces.ISomaInjector
Retrieves the injector parent if any.
getRunningSequencers() — method, class com.soma.core.Soma
Retrieves all the sequence command instances that are running.
getRunningSequencers() — method, class com.soma.core.controller.Command
Retrieves all the sequence command instances that are running.
getRunningSequencers() — method, class com.soma.core.controller.SomaController
Retrieves all the sequence command instances that are running.
getRunningSequencers() — method, interface com.soma.core.interfaces.ISoma
Retrieves all the sequence command instances that are running.
getRunningSequencers() — method, class com.soma.core.wire.Wire
Retrieves all the sequence command instances that are running.
getSequencer(event:flash.events:Event) — method, class com.soma.core.Soma
Retrieves the sequence command instance using an event instance that has been created from this sequence command.
getSequencer(event:flash.events:Event) — method, class com.soma.core.controller.Command
Retrieves the sequence command instance using an event instance that has been created from this sequence command.
getSequencer(event:flash.events:Event) — method, class com.soma.core.controller.SomaController
Stops a sequence command using an event instance that has been created from this sequence command.
getSequencer(event:flash.events:Event) — method, interface com.soma.core.interfaces.ISoma
Retrieves the sequence command instance using an event instance that has been created from this sequence command.
getSequencer(event:flash.events:Event) — method, class com.soma.core.wire.Wire
Retrieves the sequence command instance using an event instance that has been created from this sequence command.
getView(viewName:String) — method, class com.soma.core.Soma
Retrieves the view instance that has been registered using its name.
getView(viewName:String) — method, class com.soma.core.controller.Command
Retrieves the view instance that has been registered using its name.
getView(viewName:String) — method, interface com.soma.core.interfaces.ISoma
Retrieves the view instance that has been registered using its name.
getView(viewName:String) — method, class com.soma.core.view.SomaViews
Retrieves the view instance that has been registered using its name.
getView(viewName:String) — method, class com.soma.core.wire.Wire
Retrieves the view instance that has been registered using its name.
getViews() — method, class com.soma.core.Soma
Retrieves all the view instances that have been registered to the framework.
getViews() — method, class com.soma.core.controller.Command
Retrieves all the view instances that have been registered to the framework.
getViews() — method, interface com.soma.core.interfaces.ISoma
Retrieves all the view instances that have been registered to the framework.
getViews() — method, class com.soma.core.view.SomaViews
Retrieves all the view instances that have been registered to the framework.
getViews() — method, class com.soma.core.wire.Wire
Retrieves all the view instances that have been registered to the framework.
getWire(wireName:String) — method, class com.soma.core.Soma
Retrieves the wire instance that has been registered using its name.
getWire(wireName:String) — method, class com.soma.core.controller.Command
Retrieves the wire instance that has been registered using its name.
getWire(wireName:String) — method, interface com.soma.core.interfaces.ISoma
Retrieves the wire instance that has been registered using its name.
getWire(wireName:String) — method, class com.soma.core.wire.SomaWires
Retrieves the wire instance that has been registered using its name.
getWire(wireName:String) — method, class com.soma.core.wire.Wire
Retrieves the wire instance that has been registered using its name.
getWires() — method, class com.soma.core.Soma
Retrieves all the wire instances that have been registered to the framework.
getWires() — method, class com.soma.core.controller.Command
Retrieves all the wire instances that have been registered to the framework.
getWires() — method, interface com.soma.core.interfaces.ISoma
Retrieves all the wire instances that have been registered to the framework.
getWires() — method, class com.soma.core.wire.SomaWires
Retrieves all the wire instances that have been registered to the framework.
getWires() — method, class com.soma.core.wire.Wire
Retrieves all the wire instances that have been registered to the framework.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z