|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Mode
A representation of the model object 'Mode'.
The following features are supported:
CorePackage.getMode()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
addIncomingModeTransition(ModeTransition value)
Adds to the list the value of the ' Incoming Mode Transition ' reference list |
void |
addMembers(ModeMember value)
Adds to the list the value of the ' Members ' reference list |
void |
addOutgoingModeTransition(ModeTransition value)
Adds to the list the value of the ' Outgoing Mode Transition ' reference list |
org.eclipse.emf.common.util.EList |
getIncomingModeTransition()
Returns the value of the 'Incoming Mode Transition' reference list. |
org.eclipse.emf.common.util.EList |
getMembers()
Returns the value of the 'Members' reference list. |
org.eclipse.emf.common.util.EList |
getOutgoingModeTransition()
Returns the value of the 'Outgoing Mode Transition' reference list. |
RefinedReference |
getRefinedReference()
returns the RefinedReference |
Mode |
getRefines()
Returns the value of the 'Refines' reference |
ModeState |
getState()
Returns the value of the 'State' attribute. |
boolean |
isRefined()
check refined flag |
void |
setRefined(boolean rf)
set the refined flag (parsing information) |
void |
setRefinedReference(RefinedReference rr)
sets the RefinedReference prased object |
void |
setRefines(Mode value)
Sets the value of the ' Refines ' reference |
void |
setState(ModeState value)
Sets the value of the ' State ' 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 getMembers()
ModeMember
.
It is bidirectional and its opposite is 'In Modes
'.
If the meaning of the 'Members' reference list isn't clear, there really should be more of a description here...
CorePackage.getMode_Members()
,
ModeMember.getInModes()
void addMembers(ModeMember value)
Members
' reference list.
value
- the value to add to 'Members' reference list.org.eclipse.emf.common.util.EList getOutgoingModeTransition()
ModeTransition
.
It is bidirectional and its opposite is 'Src Mode
'.
If the meaning of the 'Outgoing Mode Transition' reference list isn't clear, there really should be more of a description here...
CorePackage.getMode_OutgoingModeTransition()
,
ModeTransition.getSrcMode()
void addOutgoingModeTransition(ModeTransition value)
Outgoing Mode Transition
' reference list.
value
- the value to add to 'Outgoing Mode Transition' reference list.org.eclipse.emf.common.util.EList getIncomingModeTransition()
ModeTransition
.
It is bidirectional and its opposite is 'Dst Mode
'.
If the meaning of the 'Incoming Mode Transition' reference list isn't clear, there really should be more of a description here...
CorePackage.getMode_IncomingModeTransition()
,
ModeTransition.getDstMode()
void addIncomingModeTransition(ModeTransition value)
Incoming Mode Transition
' reference list.
value
- the value to add to 'Incoming Mode Transition' reference list.Mode getRefines()
If the meaning of the 'Refines' reference isn't clear, there really should be more of a description here...
setRefines(Mode)
,
CorePackage.getMode_Refines()
void setRefines(Mode value)
Refines
' reference.
value
- the new value of the 'Refines' reference.getRefines()
ModeState getState()
"NORMAL"
.
The literals are from the enumeration ModeState
.
If the meaning of the 'State' attribute isn't clear, there really should be more of a description here...
ModeState
,
setState(ModeState)
,
CorePackage.getMode_State()
void setState(ModeState value)
State
' attribute.
value
- the new value of the 'State' attribute.ModeState
,
getState()
void setRefinedReference(RefinedReference rr)
rr
- RefinedReferenceRefinedReference getRefinedReference()
void setRefined(boolean rf)
rf
- boolean isRefined()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |