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

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

A representation of the model object 'Factor'.

The following features are supported:

See Also:
AadlBaPackage.getFactor()

Field Summary
 
Fields inherited from interface org.osate.aadl2.parsesupport.AObject
copyright
 
Method Summary
 BinaryNumericOperator getBinaryNumericOperator()
          Returns the value of the 'Binary Numeric Operator' attribute.
 Value getFirstValue()
          Returns the value of the 'First Value' containment reference
 Value getSecondValue()
          Returns the value of the 'Second Value' containment reference
 UnaryBooleanOperator getUnaryBooleanOperator()
          Returns the value of the 'Unary Boolean Operator' attribute.
 UnaryNumericOperator getUnaryNumericOperator()
          Returns the value of the 'Unary Numeric Operator' attribute.
 boolean isSetBinaryNumericOperator()
          Returns whether the value of the 'Binary Numeric Operator' attribute is set
 boolean isSetUnaryBooleanOperator()
          Returns whether the value of the 'Unary Boolean Operator' attribute is set
 boolean isSetUnaryNumericOperator()
          Returns whether the value of the 'Unary Numeric Operator' attribute is set
 void setBinaryNumericOperator(BinaryNumericOperator value)
          Sets the value of the 'Binary Numeric Operator' attribute
 void setFirstValue(Value value)
          Sets the value of the 'First Value' containment reference
 void setSecondValue(Value value)
          Sets the value of the 'Second Value' containment reference
 void setUnaryBooleanOperator(UnaryBooleanOperator value)
          Sets the value of the 'Unary Boolean Operator' attribute
 void setUnaryNumericOperator(UnaryNumericOperator value)
          Sets the value of the 'Unary Numeric Operator' attribute
 void unsetBinaryNumericOperator()
          Unsets the value of the 'Binary Numeric Operator' attribute
 void unsetUnaryBooleanOperator()
          Unsets the value of the 'Unary Boolean Operator' attribute
 void unsetUnaryNumericOperator()
          Unsets the value of the 'Unary Numeric 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

getFirstValue

Value getFirstValue()
Returns the value of the 'First Value' containment reference.

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

Returns:
the value of the 'First Value' containment reference.
See Also:
setFirstValue(Value), AadlBaPackage.getFactor_FirstValue()

setFirstValue

void setFirstValue(Value value)
Sets the value of the 'First Value' containment reference.

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

getSecondValue

Value getSecondValue()
Returns the value of the 'Second Value' containment reference.

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

Returns:
the value of the 'Second Value' containment reference.
See Also:
setSecondValue(Value), AadlBaPackage.getFactor_SecondValue()

setSecondValue

void setSecondValue(Value value)
Sets the value of the 'Second Value' containment reference.

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

getBinaryNumericOperator

BinaryNumericOperator getBinaryNumericOperator()
Returns the value of the 'Binary Numeric Operator' attribute. The literals are from the enumeration BinaryNumericOperator.

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

Returns:
the value of the 'Binary Numeric Operator' attribute.
See Also:
BinaryNumericOperator, isSetBinaryNumericOperator(), unsetBinaryNumericOperator(), setBinaryNumericOperator(BinaryNumericOperator), AadlBaPackage.getFactor_BinaryNumericOperator()

setBinaryNumericOperator

void setBinaryNumericOperator(BinaryNumericOperator value)
Sets the value of the 'Binary Numeric Operator' attribute.

Parameters:
value - the new value of the 'Binary Numeric Operator' attribute.
See Also:
BinaryNumericOperator, isSetBinaryNumericOperator(), unsetBinaryNumericOperator(), getBinaryNumericOperator()

unsetBinaryNumericOperator

void unsetBinaryNumericOperator()
Unsets the value of the 'Binary Numeric Operator' attribute.

See Also:
isSetBinaryNumericOperator(), getBinaryNumericOperator(), setBinaryNumericOperator(BinaryNumericOperator)

isSetBinaryNumericOperator

boolean isSetBinaryNumericOperator()
Returns whether the value of the 'Binary Numeric Operator' attribute is set.

Returns:
whether the value of the 'Binary Numeric Operator' attribute is set.
See Also:
unsetBinaryNumericOperator(), getBinaryNumericOperator(), setBinaryNumericOperator(BinaryNumericOperator)

getUnaryNumericOperator

UnaryNumericOperator getUnaryNumericOperator()
Returns the value of the 'Unary Numeric Operator' attribute. The literals are from the enumeration UnaryNumericOperator.

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

Returns:
the value of the 'Unary Numeric Operator' attribute.
See Also:
UnaryNumericOperator, isSetUnaryNumericOperator(), unsetUnaryNumericOperator(), setUnaryNumericOperator(UnaryNumericOperator), AadlBaPackage.getFactor_UnaryNumericOperator()

setUnaryNumericOperator

void setUnaryNumericOperator(UnaryNumericOperator value)
Sets the value of the 'Unary Numeric Operator' attribute.

Parameters:
value - the new value of the 'Unary Numeric Operator' attribute.
See Also:
UnaryNumericOperator, isSetUnaryNumericOperator(), unsetUnaryNumericOperator(), getUnaryNumericOperator()

unsetUnaryNumericOperator

void unsetUnaryNumericOperator()
Unsets the value of the 'Unary Numeric Operator' attribute.

See Also:
isSetUnaryNumericOperator(), getUnaryNumericOperator(), setUnaryNumericOperator(UnaryNumericOperator)

isSetUnaryNumericOperator

boolean isSetUnaryNumericOperator()
Returns whether the value of the 'Unary Numeric Operator' attribute is set.

Returns:
whether the value of the 'Unary Numeric Operator' attribute is set.
See Also:
unsetUnaryNumericOperator(), getUnaryNumericOperator(), setUnaryNumericOperator(UnaryNumericOperator)

getUnaryBooleanOperator

UnaryBooleanOperator getUnaryBooleanOperator()
Returns the value of the 'Unary Boolean Operator' attribute. The literals are from the enumeration UnaryBooleanOperator.

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

Returns:
the value of the 'Unary Boolean Operator' attribute.
See Also:
UnaryBooleanOperator, isSetUnaryBooleanOperator(), unsetUnaryBooleanOperator(), setUnaryBooleanOperator(UnaryBooleanOperator), AadlBaPackage.getFactor_UnaryBooleanOperator()

setUnaryBooleanOperator

void setUnaryBooleanOperator(UnaryBooleanOperator value)
Sets the value of the 'Unary Boolean Operator' attribute.

Parameters:
value - the new value of the 'Unary Boolean Operator' attribute.
See Also:
UnaryBooleanOperator, isSetUnaryBooleanOperator(), unsetUnaryBooleanOperator(), getUnaryBooleanOperator()

unsetUnaryBooleanOperator

void unsetUnaryBooleanOperator()
Unsets the value of the 'Unary Boolean Operator' attribute.

See Also:
isSetUnaryBooleanOperator(), getUnaryBooleanOperator(), setUnaryBooleanOperator(UnaryBooleanOperator)

isSetUnaryBooleanOperator

boolean isSetUnaryBooleanOperator()
Returns whether the value of the 'Unary Boolean Operator' attribute is set.

Returns:
whether the value of the 'Unary Boolean Operator' attribute is set.
See Also:
unsetUnaryBooleanOperator(), getUnaryBooleanOperator(), setUnaryBooleanOperator(UnaryBooleanOperator)