edu.cmu.sei.aadl.model.component
Interface SystemType

All Superinterfaces:
AObject, Classifier, ComponentClassifier, ComponentType, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, NamedElement, org.eclipse.emf.common.notify.Notifier, PropertyHolder, SystemClassifier
All Known Implementing Classes:
SystemTypeImpl

public interface SystemType
extends ComponentType, SystemClassifier

A representation of the model object 'System Type'.

The following features are supported:

See Also:
ComponentPackage.getSystemType()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 void addImplementations(SystemImpl value)
          Adds to the list the value of the 'Implementations' reference list
 SystemType getExtend()
          Returns the value of the 'Extend' reference
 SystemFeatures getFeatures()
          Returns the value of the 'Features' containment reference
 org.eclipse.emf.common.util.EList getImplementations()
          Returns the value of the 'Implementations' reference list.
 boolean isSetExtend()
          Returns whether the value of the 'Extend' reference is set
 void setExtend(SystemType value)
          Sets the value of the 'Extend' reference
 void setFeatures(SystemFeatures value)
          Sets the value of the 'Features' containment reference
 void unsetExtend()
          Unsets the value of the 'Extend' reference
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.ComponentType
addFeature, createXFeatures, findFeature, findFlowSpec, getAllFlowSpec, getFlowSpec, getFlowSpecs, getFlowSpecs, getQualifiedName, getXAllFeature, getXFeature, getXFeatures, getXFeatures, setFlowSpecs
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.ComponentClassifier
checkAppliesToClassifier, getCategory, isDescendentOf
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.Classifier
addAnnexSubclause, getAllPropertyAssociation, getAnnexSubclause, getExtendedClassifierReference, getExtendedQualifiedName, getPackageName, getXAllExtend, getXAllExtendPlusSelf, getXExtend, hasExtends, setExtendedClassifierReference
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.PropertyHolder
acceptsProperty, addProperty, addPropertyValue, checkPropertyAssociation, findPropertyAssociation, getProperties, getPropertyAssociation, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getSimplePropertyValue, isModalPropertyValue, removeContainedPropertyAssociations, removeContainedPropertyAssociations, removePropertyAssociations, removePropertyAssociations, setContainedPropertyValue, setContainedPropertyValue, setContainedPropertyValue, setContainedPropertyValue, setProperties, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.NamedElement
getName, setName
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.AObject
addComment, getAadlSpec, getAObjectRoot, getChildren, getComment, getContainingClassifier, getContainingClassifierNameSpace, getContainingComponentImpl, getContainingComponentType, getContainingPropertyAssociationDefinitionConstant, getContainingSubcomponent, getLocationReference, getReferencedObject, getSecondReferencedObject, getSystemInstance, setLocationReference, setLocationReference
 
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
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getImplementations

org.eclipse.emf.common.util.EList getImplementations()
Returns the value of the 'Implementations' reference list. The list contents are of type SystemImpl. It is bidirectional and its opposite is 'Comp Type'.

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

Specified by:
getImplementations in interface ComponentType
Returns:
the value of the 'Implementations' reference list.
See Also:
ComponentPackage.getSystemType_Implementations(), SystemImpl.getCompType()

addImplementations

void addImplementations(SystemImpl value)
Adds to the list the value of the 'Implementations' reference list.

Parameters:
value - the value to add to 'Implementations' reference list.

getExtend

SystemType getExtend()
Returns the value of the 'Extend' reference.

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

Returns:
the value of the 'Extend' reference.
See Also:
isSetExtend(), unsetExtend(), setExtend(SystemType), ComponentPackage.getSystemType_Extend()

setExtend

void setExtend(SystemType value)
Sets the value of the 'Extend' reference.

Parameters:
value - the new value of the 'Extend' reference.
See Also:
isSetExtend(), unsetExtend(), getExtend()

unsetExtend

void unsetExtend()
Unsets the value of the 'Extend' reference.

See Also:
isSetExtend(), getExtend(), setExtend(SystemType)

isSetExtend

boolean isSetExtend()
Returns whether the value of the 'Extend' reference is set.

Returns:
whether the value of the 'Extend' reference is set.
See Also:
unsetExtend(), getExtend(), setExtend(SystemType)

getFeatures

SystemFeatures getFeatures()
Returns the value of the 'Features' containment reference.

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

Returns:
the value of the 'Features' containment reference.
See Also:
setFeatures(SystemFeatures), ComponentPackage.getSystemType_Features()

setFeatures

void setFeatures(SystemFeatures value)
Sets the value of the 'Features' containment reference.

Parameters:
value - the new value of the 'Features' containment reference.
See Also:
getFeatures()