edu.cmu.sei.aadl.aadl2
Interface SubprogramSubcomponent

All Superinterfaces:
AccessConnectionEnd, AObject, ArrayableElement, CalledSubprogram, ClassifierFeature, ConnectionEnd, Context, Element, EndToEndFlowElement, org.eclipse.emf.ecore.EObject, FlowElement, org.eclipse.core.runtime.IAdaptable, ModalElement, NamedElement, org.eclipse.emf.common.notify.Notifier, RefinableElement, StructuralFeature, Subcomponent, Subprogram
All Known Implementing Classes:
SubprogramSubcomponentImpl

public interface SubprogramSubcomponent
extends Subcomponent, AccessConnectionEnd, Subprogram

A representation of the model object 'Subprogram Subcomponent'.

The following features are supported:

See Also:
Aadl2Package.getSubprogramSubcomponent()

Method Summary
 SubprogramClassifier getSubprogramClassifier()
          Returns the value of the 'Subprogram Classifier' reference.
 void setSubprogramClassifier(SubprogramClassifier value)
          Sets the value of the 'Subprogram Classifier' reference
 
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Subcomponent
createImplementationReference, createModeBinding, createOwnedPrototypeBinding, getAbstractClassifier, getAllClassifier, getAllFeatures, getAllSubcomponentRefinements, getCategory, getClassifier, getComponentImplementation, getComponentType, getImplementationReferences, getModeBindings, getOwnedPrototypeBindings, getPrototype, getRefined, isAllModes, lookupPrototypeBinding, setAbstractClassifier, setAllModes, setPrototype, setRefined
 
Methods inherited from interface edu.cmu.sei.aadl.aadl2.RefinableElement
getRefinedElement, getRefinementContext
 
Methods inherited from interface edu.cmu.sei.aadl.aadl2.ClassifierFeature
getFeaturingClassifiers
 
Methods inherited from interface edu.cmu.sei.aadl.aadl2.ModalElement
getAllInModes, getInModes, getModesAndTransitions
 
Methods inherited from interface edu.cmu.sei.aadl.aadl2.ArrayableElement
createArraySpecification, getArraySpecification, setArraySpecification
 

Method Detail

getSubprogramClassifier

SubprogramClassifier getSubprogramClassifier()
Returns the value of the 'Subprogram Classifier' reference.

This feature subsets the following features:

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

Returns:
the value of the 'Subprogram Classifier' reference.
See Also:
setSubprogramClassifier(SubprogramClassifier), Aadl2Package.getSubprogramSubcomponent_SubprogramClassifier()

setSubprogramClassifier

void setSubprogramClassifier(SubprogramClassifier value)
Sets the value of the 'Subprogram Classifier' reference.

Parameters:
value - the new value of the 'Subprogram Classifier' reference.
See Also:
getSubprogramClassifier()