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

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

public interface SubprogramType
extends ComponentType, SubprogramClassifier

A representation of the model object 'Subprogram Type'.

The following features are supported:

See Also:
ComponentPackage.getSubprogramType()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 void addImplementations(SubprogramImpl value)
          Adds to the list the value of the 'Implementations' reference list
 SubprogramType getExtend()
          Returns the value of the 'Extend' reference
 SubprogramFeatures 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(SubprogramType value)
          Sets the value of the 'Extend' reference
 void setFeatures(SubprogramFeatures 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 SubprogramImpl. 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.getSubprogramType_Implementations(), SubprogramImpl.getCompType()

addImplementations

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

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

getExtend

SubprogramType 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(SubprogramType), ComponentPackage.getSubprogramType_Extend()

setExtend

void setExtend(SubprogramType 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(SubprogramType)

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(SubprogramType)

getFeatures

SubprogramFeatures 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(SubprogramFeatures), ComponentPackage.getSubprogramType_Features()

setFeatures

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

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