fr.tpt.aadl.annex.behavior.aadlba
Interface SimpleExpression

All Superinterfaces:
org.osate.aadl2.parsesupport.AObject, BehaviorElement, org.osate.aadl2.Element, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier

public interface SimpleExpression
extends BehaviorElement

A representation of the model object 'Simple Expression'.

The following features are supported:

See Also:
AadlBaPackage.getSimpleExpression()

Field Summary
 
Fields inherited from interface org.osate.aadl2.parsesupport.AObject
copyright
 
Method Summary
 org.eclipse.emf.common.util.EList<BinaryAddingOperator> getBinaryAddingOperators()
          Returns the value of the 'Binary Adding Operators' attribute list.
 org.eclipse.emf.common.util.EList<Term> getTerms()
          Returns the value of the 'Terms' containment reference list.
 UnaryAddingOperator getUnaryAddingOperator()
          Returns the value of the 'Unary Adding Operator' attribute.
 boolean isSetBinaryAddingOperators()
          Returns whether the value of the 'Binary Adding Operators' attribute list is set
 boolean isSetUnaryAddingOperator()
          Returns whether the value of the 'Unary Adding Operator' attribute is set
 void setUnaryAddingOperator(UnaryAddingOperator value)
          Sets the value of the 'Unary Adding Operator' attribute
 void unsetBinaryAddingOperators()
          Unsets the value of the 'Binary Adding Operators' attribute list
 void unsetUnaryAddingOperator()
          Unsets the value of the 'Unary Adding Operator' attribute
 
Methods inherited from interface org.osate.aadl2.Element
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
 
Methods inherited from interface org.osate.aadl2.parsesupport.AObject
getLocationReference, setLocationReference, setLocationReference
 
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
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getUnaryAddingOperator

UnaryAddingOperator getUnaryAddingOperator()
Returns the value of the 'Unary Adding Operator' attribute. The literals are from the enumeration UnaryAddingOperator.

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

Returns:
the value of the 'Unary Adding Operator' attribute.
See Also:
UnaryAddingOperator, isSetUnaryAddingOperator(), unsetUnaryAddingOperator(), setUnaryAddingOperator(UnaryAddingOperator), AadlBaPackage.getSimpleExpression_UnaryAddingOperator()

setUnaryAddingOperator

void setUnaryAddingOperator(UnaryAddingOperator value)
Sets the value of the 'Unary Adding Operator' attribute.

Parameters:
value - the new value of the 'Unary Adding Operator' attribute.
See Also:
UnaryAddingOperator, isSetUnaryAddingOperator(), unsetUnaryAddingOperator(), getUnaryAddingOperator()

unsetUnaryAddingOperator

void unsetUnaryAddingOperator()
Unsets the value of the 'Unary Adding Operator' attribute.

See Also:
isSetUnaryAddingOperator(), getUnaryAddingOperator(), setUnaryAddingOperator(UnaryAddingOperator)

isSetUnaryAddingOperator

boolean isSetUnaryAddingOperator()
Returns whether the value of the 'Unary Adding Operator' attribute is set.

Returns:
whether the value of the 'Unary Adding Operator' attribute is set.
See Also:
unsetUnaryAddingOperator(), getUnaryAddingOperator(), setUnaryAddingOperator(UnaryAddingOperator)

getTerms

org.eclipse.emf.common.util.EList<Term> getTerms()
Returns the value of the 'Terms' containment reference list. The list contents are of type Term.

If the meaning of the 'Terms' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Terms' containment reference list.
See Also:
AadlBaPackage.getSimpleExpression_Terms()

getBinaryAddingOperators

org.eclipse.emf.common.util.EList<BinaryAddingOperator> getBinaryAddingOperators()
Returns the value of the 'Binary Adding Operators' attribute list. The list contents are of type BinaryAddingOperator. The literals are from the enumeration BinaryAddingOperator.

If the meaning of the 'Binary Adding Operators' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Binary Adding Operators' attribute list.
See Also:
BinaryAddingOperator, isSetBinaryAddingOperators(), unsetBinaryAddingOperators(), AadlBaPackage.getSimpleExpression_BinaryAddingOperators()

unsetBinaryAddingOperators

void unsetBinaryAddingOperators()
Unsets the value of the 'Binary Adding Operators' attribute list.

See Also:
isSetBinaryAddingOperators(), getBinaryAddingOperators()

isSetBinaryAddingOperators

boolean isSetBinaryAddingOperators()
Returns whether the value of the 'Binary Adding Operators' attribute list is set.

Returns:
whether the value of the 'Binary Adding Operators' attribute list is set.
See Also:
unsetBinaryAddingOperators(), getBinaryAddingOperators()