|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Relation
A representation of the model object 'Relation'.
The following features are supported:
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 |
---|
SimpleExpression getFirstExpression()
If the meaning of the 'First Expression' containment reference isn't clear, there really should be more of a description here...
setFirstExpression(SimpleExpression)
,
AadlBaPackage.getRelation_FirstExpression()
void setFirstExpression(SimpleExpression value)
First Expression
' containment reference.
value
- the new value of the 'First Expression' containment reference.getFirstExpression()
SimpleExpression getSecondExpression()
If the meaning of the 'Second Expression' containment reference isn't clear, there really should be more of a description here...
setSecondExpression(SimpleExpression)
,
AadlBaPackage.getRelation_SecondExpression()
void setSecondExpression(SimpleExpression value)
Second Expression
' containment reference.
value
- the new value of the 'Second Expression' containment reference.getSecondExpression()
RelationalOperator getRelationalOperator()
RelationalOperator
.
If the meaning of the 'Relational Operator' attribute isn't clear, there really should be more of a description here...
RelationalOperator
,
isSetRelationalOperator()
,
unsetRelationalOperator()
,
setRelationalOperator(RelationalOperator)
,
AadlBaPackage.getRelation_RelationalOperator()
void setRelationalOperator(RelationalOperator value)
Relational Operator
' attribute.
value
- the new value of the 'Relational Operator' attribute.RelationalOperator
,
isSetRelationalOperator()
,
unsetRelationalOperator()
,
getRelationalOperator()
void unsetRelationalOperator()
Relational Operator
' attribute.
isSetRelationalOperator()
,
getRelationalOperator()
,
setRelationalOperator(RelationalOperator)
boolean isSetRelationalOperator()
Relational Operator
' attribute is set.
unsetRelationalOperator()
,
getRelationalOperator()
,
setRelationalOperator(RelationalOperator)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |