public interface FeaturePrototype extends Prototype
The following features are supported:
Aadl2Package.getFeaturePrototype()
Modifier and Type | Method and Description |
---|---|
ComponentClassifier |
getConstrainingClassifier()
Returns the value of the 'Constraining Classifier' reference.
|
DirectionType |
getDirection()
Returns the value of the 'Direction' attribute.
|
void |
setConstrainingClassifier(ComponentClassifier value)
Sets the value of the '
Constraining Classifier ' reference. |
void |
setDirection(DirectionType value)
Sets the value of the '
Direction ' attribute. |
categoryConstraint, getRefined, setRefined
getRefinedElement, getRefinementContext
getFeaturingClassifiers
acceptsProperty, allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getNonModalPropertyValue, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getPropertyValues, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, setPropertyValue, setPropertyValue, setPropertyValue
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
DirectionType getDirection()
"inOut"
.
The literals are from the enumeration DirectionType
.
If the meaning of the 'Direction' attribute isn't clear, there really should be more of a description here...
DirectionType
,
setDirection(DirectionType)
,
Aadl2Package.getFeaturePrototype_Direction()
void setDirection(DirectionType value)
Direction
' attribute.
value
- the new value of the 'Direction' attribute.DirectionType
,
getDirection()
ComponentClassifier getConstrainingClassifier()
If the meaning of the 'Constraining Classifier' reference isn't clear, there really should be more of a description here...
setConstrainingClassifier(ComponentClassifier)
,
Aadl2Package.getFeaturePrototype_ConstrainingClassifier()
void setConstrainingClassifier(ComponentClassifier value)
Constraining Classifier
' reference.
value
- the new value of the 'Constraining Classifier' reference.getConstrainingClassifier()