edu.cmu.sei.aadl.model.instance
Interface SystemInstanceConfiguration

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SystemInstanceConfigurationImpl

public interface SystemInstanceConfiguration
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'System Instance Configuration'.

The following features are supported:

See Also:
InstancePackage.getSystemInstanceConfiguration()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 void addContainedPropertyAssociation(PropertyAssociation value)
          Adds to the list the value of the 'Contained Property Association' containment reference list
 void addSystemOperationMode(SystemOperationMode value)
          Adds to the list the value of the 'System Operation Mode' reference list
 org.eclipse.emf.common.util.EList getContainedPropertyAssociation()
          Returns the value of the 'Contained Property Association' containment reference list.
 SystemInstance getSystemInstance()
          Returns the value of the 'System Instance' reference
 org.eclipse.emf.common.util.EList getSystemOperationMode()
          Returns the value of the 'System Operation Mode' reference list.
 void setSystemInstance(SystemInstance value)
          Sets the value of the 'System Instance' reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getSystemOperationMode

org.eclipse.emf.common.util.EList getSystemOperationMode()
Returns the value of the 'System Operation Mode' reference list. The list contents are of type SystemOperationMode.

If the meaning of the 'System Operation Mode' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'System Operation Mode' reference list.
See Also:
InstancePackage.getSystemInstanceConfiguration_SystemOperationMode()

addSystemOperationMode

void addSystemOperationMode(SystemOperationMode value)
Adds to the list the value of the 'System Operation Mode' reference list.

Parameters:
value - the value to add to 'System Operation Mode' reference list.

getSystemInstance

SystemInstance getSystemInstance()
Returns the value of the 'System Instance' reference.

If the meaning of the 'System Instance' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'System Instance' reference.
See Also:
setSystemInstance(SystemInstance), InstancePackage.getSystemInstanceConfiguration_SystemInstance()

setSystemInstance

void setSystemInstance(SystemInstance value)
Sets the value of the 'System Instance' reference.

Parameters:
value - the new value of the 'System Instance' reference.
See Also:
getSystemInstance()

getContainedPropertyAssociation

org.eclipse.emf.common.util.EList getContainedPropertyAssociation()
Returns the value of the 'Contained Property Association' containment reference list. The list contents are of type PropertyAssociation.

If the meaning of the 'Contained Property Association' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Contained Property Association' containment reference list.
See Also:
InstancePackage.getSystemInstanceConfiguration_ContainedPropertyAssociation()

addContainedPropertyAssociation

void addContainedPropertyAssociation(PropertyAssociation value)
Adds to the list the value of the 'Contained Property Association' containment reference list.

Parameters:
value - the value to add to 'Contained Property Association' containment reference list.