|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Assignment
A representation of the model object 'Assignment'.
An Assignment assigns a new value to a Variable
.
It carries a reference to a Variable and an Expression
that represents the new value for that Variable.
The following features are supported:
SyncchartsPackage.getAssignment()
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
Expression |
getExpression()
Returns the value of the 'Expression' containment reference. |
Variable |
getVariable()
Returns the value of the 'Variable' reference. |
void |
setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
setVariable(Variable value)
Sets the value of the ' Variable ' reference. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final String copyright
Method Detail |
---|
Variable getVariable()
If the meaning of the 'Variable' reference isn't clear, there really should be more of a description here...
setVariable(Variable)
,
SyncchartsPackage.getAssignment_Variable()
required | = | true |
void setVariable(Variable value)
Variable
' reference.
value
- the new value of the 'Variable' reference.getVariable()
Expression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(Expression)
,
SyncchartsPackage.getAssignment_Expression()
containment | = | true |
required | = | true |
void setExpression(Expression value)
Expression
' containment reference.
value
- the new value of the 'Expression' containment reference.getExpression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |