|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModeMember
A representation of the model object 'Mode Member'.
The following features are supported:
CorePackage.getModeMember()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
addInModes(Mode value)
Adds to the list the value of the ' In Modes ' reference list |
void |
addModeName(java.lang.String value)
Sets the value of the ' Mode Name ' attribute list |
org.eclipse.emf.common.util.EList |
getAllInModes()
returns the list of modes the mode member belongs to. |
org.eclipse.emf.common.util.EList |
getInModes()
Returns the value of the 'In Modes' reference list. |
org.eclipse.emf.common.util.EList |
getModeName()
Returns the value of the 'Mode Name' attribute list. |
boolean |
isAllInMode(Mode m)
determine whether the mode member is active in the specified mode take into account that the in modes may be declared in an ancestor |
boolean |
isInMode(Mode m)
determine whether the mode member is active in the specified mode |
boolean |
isNoMode()
Returns the value of the 'No Mode' attribute. |
void |
setNoMode(boolean value)
Sets the value of the ' No Mode ' attribute |
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
org.eclipse.emf.common.util.EList getInModes()
Mode
.
It is bidirectional and its opposite is 'Members
'.
If the meaning of the 'In Modes' reference list isn't clear, there really should be more of a description here...
CorePackage.getModeMember_InModes()
,
Mode.getMembers()
void addInModes(Mode value)
In Modes
' reference list.
value
- the value to add to 'In Modes' reference list.boolean isNoMode()
"false"
.
If the meaning of the 'No Mode' attribute isn't clear, there really should be more of a description here...
setNoMode(boolean)
,
CorePackage.getModeMember_NoMode()
void setNoMode(boolean value)
No Mode
' attribute.
value
- the new value of the 'No Mode' attribute.isNoMode()
org.eclipse.emf.common.util.EList getModeName()
String
.
If the meaning of the 'Mode Name' attribute list isn't clear, there really should be more of a description here...
void addModeName(java.lang.String value)
Mode Name
' attribute list.
boolean isInMode(Mode m)
m
- Mode
boolean isAllInMode(Mode m)
m
- Mode
org.eclipse.emf.common.util.EList getAllInModes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |