|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComplexExpression
A representation of the model object 'Complex Expression'.
The following features are supported:
SyncchartsPackage.getComplexExpression()
Method Summary | |
---|---|
OperatorType |
getOperator()
Returns the value of the 'Operator' attribute. |
EList<Expression> |
getSubExpressions()
Returns the value of the 'Sub Expressions' containment reference list. |
void |
setOperator(OperatorType value)
Sets the value of the ' Operator ' attribute. |
Methods inherited from interface de.cau.cs.kieler.synccharts.Expression |
---|
getParentAction, getParentAssignment, getParentEmisson, getParentExpression, setParentAction, setParentAssignment, setParentEmisson, setParentExpression |
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 |
---|
EList<Expression> getSubExpressions()
Expression
.
It is bidirectional and its opposite is 'Parent Expression
'.
If the meaning of the 'Sub Expressions' containment reference list isn't clear, there really should be more of a description here...
SyncchartsPackage.getComplexExpression_SubExpressions()
,
Expression.getParentExpression()
opposite | = | parentExpression |
containment | = | true |
required | = | true |
OperatorType getOperator()
OperatorType
.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
OperatorType
,
setOperator(OperatorType)
,
SyncchartsPackage.getComplexExpression_Operator()
required | = | true |
void setOperator(OperatorType value)
Operator
' attribute.
value
- the new value of the 'Operator' attribute.OperatorType
,
getOperator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |