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

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 Term
extends BehaviorElement

A representation of the model object 'Term'.

The following features are supported:

See Also:
AadlBaPackage.getTerm()

Field Summary
 
Fields inherited from interface org.osate.aadl2.parsesupport.AObject
copyright
 
Method Summary
 org.eclipse.emf.common.util.EList<Factor> getFactors()
          Returns the value of the 'Factors' containment reference list.
 org.eclipse.emf.common.util.EList<MultiplyingOperator> getMultiplyingOperators()
          Returns the value of the 'Multiplying Operators' attribute list.
 boolean isSetMultiplyingOperators()
          Returns whether the value of the 'Multiplying Operators' attribute list is set
 void unsetMultiplyingOperators()
          Unsets the value of the 'Multiplying Operators' attribute list
 
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

getFactors

org.eclipse.emf.common.util.EList<Factor> getFactors()
Returns the value of the 'Factors' containment reference list. The list contents are of type Factor.

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

Returns:
the value of the 'Factors' containment reference list.
See Also:
AadlBaPackage.getTerm_Factors()

getMultiplyingOperators

org.eclipse.emf.common.util.EList<MultiplyingOperator> getMultiplyingOperators()
Returns the value of the 'Multiplying Operators' attribute list. The list contents are of type MultiplyingOperator. The literals are from the enumeration MultiplyingOperator.

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

Returns:
the value of the 'Multiplying Operators' attribute list.
See Also:
MultiplyingOperator, isSetMultiplyingOperators(), unsetMultiplyingOperators(), AadlBaPackage.getTerm_MultiplyingOperators()

unsetMultiplyingOperators

void unsetMultiplyingOperators()
Unsets the value of the 'Multiplying Operators' attribute list.

See Also:
isSetMultiplyingOperators(), getMultiplyingOperators()

isSetMultiplyingOperators

boolean isSetMultiplyingOperators()
Returns whether the value of the 'Multiplying Operators' attribute list is set.

Returns:
whether the value of the 'Multiplying Operators' attribute list is set.
See Also:
unsetMultiplyingOperators(), getMultiplyingOperators()