|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModeTransition
A representation of the model object 'Mode Transition'.
The following features are supported:
CorePackage.getModeTransition()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
addMembers(Connection value)
Adds to the list the value of the ' Members ' reference list |
void |
addPortReference(FeatureReference fr)
add port reference names |
void |
addTriggerEventPort(EventPort value)
Adds to the list the value of the ' Trigger Event Port ' reference list |
void |
addTriggerEventPortContext(FeatureContext value)
Adds to the list the value of the ' Trigger Event Port Context ' reference list |
Mode |
getDstMode()
Returns the value of the 'Dst Mode' reference. |
java.lang.String |
getDstModeName()
get dst mode name |
org.eclipse.emf.common.util.EList |
getMembers()
Returns the value of the 'Members' reference list. |
java.util.Vector |
getPortReference()
get port reference names as vector |
org.eclipse.emf.common.util.EList |
getPossibleTriggerEventPort()
get possible trigger event ports, i.e., those that could be used as triggering event ports |
Mode |
getSrcMode()
Returns the value of the 'Src Mode' reference. |
java.lang.String |
getSrcModeName()
get src mode name |
org.eclipse.emf.common.util.EList |
getTriggerEventPort()
Returns the value of the 'Trigger Event Port' reference list. |
org.eclipse.emf.common.util.EList |
getTriggerEventPortContext()
Returns the value of the 'Trigger Event Port Context' reference list. |
void |
setDstMode(Mode value)
Sets the value of the ' Dst Mode ' reference |
void |
setDstModeName(java.lang.String fr)
set dst mode name |
void |
setSrcMode(Mode value)
Sets the value of the ' Src Mode ' reference |
void |
setSrcModeName(java.lang.String fr)
set src mode name |
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 |
---|
Mode getSrcMode()
Outgoing Mode Transition
'.
If the meaning of the 'Src Mode' reference isn't clear, there really should be more of a description here...
setSrcMode(Mode)
,
CorePackage.getModeTransition_SrcMode()
,
Mode.getOutgoingModeTransition()
void setSrcMode(Mode value)
Src Mode
' reference.
value
- the new value of the 'Src Mode' reference.getSrcMode()
Mode getDstMode()
Incoming Mode Transition
'.
If the meaning of the 'Dst Mode' reference isn't clear, there really should be more of a description here...
setDstMode(Mode)
,
CorePackage.getModeTransition_DstMode()
,
Mode.getIncomingModeTransition()
void setDstMode(Mode value)
Dst Mode
' reference.
value
- the new value of the 'Dst Mode' reference.getDstMode()
org.eclipse.emf.common.util.EList getTriggerEventPort()
EventPort
.
If the meaning of the 'Trigger Event Port' reference list isn't clear, there really should be more of a description here...
CorePackage.getModeTransition_TriggerEventPort()
void addTriggerEventPort(EventPort value)
Trigger Event Port
' reference list.
value
- the value to add to 'Trigger Event Port' reference list.org.eclipse.emf.common.util.EList getMembers()
Connection
.
It is bidirectional and its opposite is 'In Mode Transitions
'.
If the meaning of the 'Members' reference list isn't clear, there really should be more of a description here...
CorePackage.getModeTransition_Members()
,
Connection.getInModeTransitions()
void addMembers(Connection value)
Members
' reference list.
value
- the value to add to 'Members' reference list.org.eclipse.emf.common.util.EList getTriggerEventPortContext()
FeatureContext
.
If the meaning of the 'Trigger Event Port Context' reference list isn't clear, there really should be more of a description here...
CorePackage.getModeTransition_TriggerEventPortContext()
void addTriggerEventPortContext(FeatureContext value)
Trigger Event Port Context
' reference list.
value
- the value to add to 'Trigger Event Port Context' reference list.void addPortReference(FeatureReference fr)
java.util.Vector getPortReference()
void setSrcModeName(java.lang.String fr)
void setDstModeName(java.lang.String fr)
java.lang.String getSrcModeName()
java.lang.String getDstModeName()
org.eclipse.emf.common.util.EList getPossibleTriggerEventPort()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |