de.cau.cs.kieler.synccharts
Interface ComplexExpression

All Superinterfaces:
EObject, Expression, Notifier
All Known Implementing Classes:
ComplexExpressionImpl

public interface ComplexExpression
extends Expression

A representation of the model object 'Complex Expression'.

The following features are supported:

See Also:
SyncchartsPackage.getComplexExpression()
Rating red
Generated:
This code was automatically generated.
Model element

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

getSubExpressions

EList<Expression> getSubExpressions()
Returns the value of the 'Sub Expressions' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Sub Expressions' containment reference list.
See Also:
SyncchartsPackage.getComplexExpression_SubExpressions(), Expression.getParentExpression()
Generated:
This code was automatically generated.
Model element:
opposite=parentExpression
containment=true
required=true

getOperator

OperatorType getOperator()
Returns the value of the 'Operator' attribute. The literals are from the enumeration OperatorType.

If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operator' attribute.
See Also:
OperatorType, setOperator(OperatorType), SyncchartsPackage.getComplexExpression_Operator()
Generated:
This code was automatically generated.
Model element:
required=true

setOperator

void setOperator(OperatorType value)
Sets the value of the 'Operator' attribute.

Parameters:
value - the new value of the 'Operator' attribute.
See Also:
OperatorType, getOperator()
Generated:
This code was automatically generated.