org.eclipse.etrice.core.config
Interface ConfigModel

All Known Implementing Classes:
ConfigModelImpl

public interface ConfigModel

A representation of the model object 'Model'.

The following features are supported:

See Also:
ConfigPackage.getConfigModel()
EMF generated code
EMF model element

Method Summary
  getActorClassConfigs()
          Returns the value of the 'Actor Class Configs' containment reference list.
  getActorInstanceConfigs()
          Returns the value of the 'Actor Instance Configs' attribute list.
 

Method Detail

getActorClassConfigs

 getActorClassConfigs()
Returns the value of the 'Actor Class Configs' containment reference list. The list contents are of type ActorClassConfig.

If the meaning of the 'Actor Class Configs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Actor Class Configs' containment reference list.
See Also:
ConfigPackage.getConfigModel_ActorClassConfigs()
EMF generated code
EMF model element
containment="true"

getActorInstanceConfigs

 getActorInstanceConfigs()
Returns the value of the 'Actor Instance Configs' attribute list. The list contents are of type String.

If the meaning of the 'Actor Instance Configs' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Actor Instance Configs' attribute list.
See Also:
ConfigPackage.getConfigModel_ActorInstanceConfigs()
EMF generated code
EMF model element
unique="false"