|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Expression
A representation of the model object 'Expression'.
The following features are supported:
SyncchartsPackage.getExpression()
Method Summary | |
---|---|
Action |
getParentAction()
Returns the value of the 'Parent Action' container reference. |
Assignment |
getParentAssignment()
Returns the value of the 'Parent Assignment' container reference. |
Emission |
getParentEmisson()
Returns the value of the 'Parent Emisson' container reference. |
ComplexExpression |
getParentExpression()
Returns the value of the 'Parent Expression' container reference. |
void |
setParentAction(Action value)
Sets the value of the ' Parent Action ' container reference. |
void |
setParentAssignment(Assignment value)
Sets the value of the ' Parent Assignment ' container reference. |
void |
setParentEmisson(Emission value)
Sets the value of the ' Parent Emisson ' container reference. |
void |
setParentExpression(ComplexExpression value)
Sets the value of the ' Parent Expression ' container reference. |
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 |
Method Detail |
---|
Action getParentAction()
Trigger
'.
If the meaning of the 'Parent Action' container reference isn't clear, there really should be more of a description here...
setParentAction(Action)
,
SyncchartsPackage.getExpression_ParentAction()
,
Action.getTrigger()
opposite | = | trigger |
transient | = | false |
void setParentAction(Action value)
Parent Action
' container reference.
value
- the new value of the 'Parent Action' container reference.getParentAction()
Emission getParentEmisson()
New Value
'.
If the meaning of the 'Parent Emisson' container reference isn't clear, there really should be more of a description here...
setParentEmisson(Emission)
,
SyncchartsPackage.getExpression_ParentEmisson()
,
Emission.getNewValue()
opposite | = | newValue |
transient | = | false |
void setParentEmisson(Emission value)
Parent Emisson
' container reference.
value
- the new value of the 'Parent Emisson' container reference.getParentEmisson()
Assignment getParentAssignment()
Expression
'.
If the meaning of the 'Parent Assignment' container reference isn't clear, there really should be more of a description here...
setParentAssignment(Assignment)
,
SyncchartsPackage.getExpression_ParentAssignment()
,
Assignment.getExpression()
opposite | = | expression |
transient | = | false |
void setParentAssignment(Assignment value)
Parent Assignment
' container reference.
value
- the new value of the 'Parent Assignment' container reference.getParentAssignment()
ComplexExpression getParentExpression()
Sub Expressions
'.
If the meaning of the 'Parent Expression' container reference isn't clear, there really should be more of a description here...
setParentExpression(ComplexExpression)
,
SyncchartsPackage.getExpression_ParentExpression()
,
ComplexExpression.getSubExpressions()
opposite | = | subExpressions |
transient | = | false |
void setParentExpression(ComplexExpression value)
Parent Expression
' container reference.
value
- the new value of the 'Parent Expression' container reference.getParentExpression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |