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

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

A representation of the model object 'Relation'.

The following features are supported:

See Also:
AadlBaPackage.getRelation()

Field Summary
 
Fields inherited from interface org.osate.aadl2.parsesupport.AObject
copyright
 
Method Summary
 SimpleExpression getFirstExpression()
          Returns the value of the 'First Expression' containment reference
 RelationalOperator getRelationalOperator()
          Returns the value of the 'Relational Operator' attribute.
 SimpleExpression getSecondExpression()
          Returns the value of the 'Second Expression' containment reference
 boolean isSetRelationalOperator()
          Returns whether the value of the 'Relational Operator' attribute is set
 void setFirstExpression(SimpleExpression value)
          Sets the value of the 'First Expression' containment reference
 void setRelationalOperator(RelationalOperator value)
          Sets the value of the 'Relational Operator' attribute
 void setSecondExpression(SimpleExpression value)
          Sets the value of the 'Second Expression' containment reference
 void unsetRelationalOperator()
          Unsets the value of the 'Relational 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

getFirstExpression

SimpleExpression getFirstExpression()
Returns the value of the 'First Expression' containment reference.

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

Returns:
the value of the 'First Expression' containment reference.
See Also:
setFirstExpression(SimpleExpression), AadlBaPackage.getRelation_FirstExpression()

setFirstExpression

void setFirstExpression(SimpleExpression value)
Sets the value of the 'First Expression' containment reference.

Parameters:
value - the new value of the 'First Expression' containment reference.
See Also:
getFirstExpression()

getSecondExpression

SimpleExpression getSecondExpression()
Returns the value of the 'Second Expression' containment reference.

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

Returns:
the value of the 'Second Expression' containment reference.
See Also:
setSecondExpression(SimpleExpression), AadlBaPackage.getRelation_SecondExpression()

setSecondExpression

void setSecondExpression(SimpleExpression value)
Sets the value of the 'Second Expression' containment reference.

Parameters:
value - the new value of the 'Second Expression' containment reference.
See Also:
getSecondExpression()

getRelationalOperator

RelationalOperator getRelationalOperator()
Returns the value of the 'Relational Operator' attribute. The literals are from the enumeration RelationalOperator.

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

Returns:
the value of the 'Relational Operator' attribute.
See Also:
RelationalOperator, isSetRelationalOperator(), unsetRelationalOperator(), setRelationalOperator(RelationalOperator), AadlBaPackage.getRelation_RelationalOperator()

setRelationalOperator

void setRelationalOperator(RelationalOperator value)
Sets the value of the 'Relational Operator' attribute.

Parameters:
value - the new value of the 'Relational Operator' attribute.
See Also:
RelationalOperator, isSetRelationalOperator(), unsetRelationalOperator(), getRelationalOperator()

unsetRelationalOperator

void unsetRelationalOperator()
Unsets the value of the 'Relational Operator' attribute.

See Also:
isSetRelationalOperator(), getRelationalOperator(), setRelationalOperator(RelationalOperator)

isSetRelationalOperator

boolean isSetRelationalOperator()
Returns whether the value of the 'Relational Operator' attribute is set.

Returns:
whether the value of the 'Relational Operator' attribute is set.
See Also:
unsetRelationalOperator(), getRelationalOperator(), setRelationalOperator(RelationalOperator)