public interface Mode extends ModeFeature
Aadl2Package.getMode()
Modifier and Type | Method and Description |
---|---|
boolean |
isDerived()
Returns the value of the 'Derived' attribute.
|
boolean |
isInitial()
Returns the value of the 'Initial' attribute.
|
void |
setDerived(boolean value)
Sets the value of the '
Derived ' attribute. |
void |
setInitial(boolean value)
Sets the value of the '
Initial ' attribute. |
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
boolean isInitial()
"false"
.
If the meaning of the 'Initial' attribute isn't clear, there really should be more of a description here...
setInitial(boolean)
,
Aadl2Package.getMode_Initial()
void setInitial(boolean value)
Initial
' attribute.
value
- the new value of the 'Initial' attribute.isInitial()
boolean isDerived()
"false"
.
If the meaning of the 'Derived' attribute isn't clear, there really should be more of a description here...
setDerived(boolean)
,
Aadl2Package.getMode_Derived()
void setDerived(boolean value)
Derived
' attribute.
value
- the new value of the 'Derived' attribute.isDerived()