|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Feature
A representation of the model object 'Feature'.
The following features are supported:
Aadl2Package.getFeature()
Field Summary |
---|
Fields inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
copyright |
Method Summary | |
---|---|
ComponentClassifier |
getAllClassifier()
Get the classifier of given feature or its refinement ancestor, if it has one, otherwise null. |
org.eclipse.emf.common.util.EList<Feature> |
getAllFeatureRefinements()
Return the feature and any of the features it refines |
ComponentClassifier |
getClassifier()
Returns the value of the 'Classifier' reference. |
Prototype |
getPrototype()
Returns the value of the 'Prototype' reference |
Feature |
getRefined()
Returns the value of the 'Refined' reference. |
void |
setPrototype(Prototype value)
Sets the value of the ' Prototype ' reference |
void |
setRefined(Feature value)
Sets the value of the ' Refined ' reference |
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.Element |
---|
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
getLocationReference, 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 |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.ArrayableElement |
---|
createArraySpecification, getArraySpecification, setArraySpecification |
Method Detail |
---|
Prototype getPrototype()
If the meaning of the 'Prototype' reference isn't clear, there really should be more of a description here...
setPrototype(Prototype)
,
Aadl2Package.getFeature_Prototype()
void setPrototype(Prototype value)
Prototype
' reference.
value
- the new value of the 'Prototype' reference.getPrototype()
ComponentClassifier getClassifier()
If the meaning of the 'Classifier' reference isn't clear, there really should be more of a description here...
Aadl2Package.getFeature_Classifier()
Feature getRefined()
This feature redefines the following features:
If the meaning of the 'Refined' reference isn't clear, there really should be more of a description here...
setRefined(Feature)
,
Aadl2Package.getFeature_Refined()
void setRefined(Feature value)
Refined
' reference.
value
- the new value of the 'Refined' reference.getRefined()
org.eclipse.emf.common.util.EList<Feature> getAllFeatureRefinements()
ComponentClassifier getAllClassifier()
null
if no classifier.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |