Uses of Interface
fr.tpt.aadl.annex.behavior.aadlba.Value

Packages that use Value
fr.tpt.aadl.annex.behavior.aadlba   
fr.tpt.aadl.annex.behavior.utils   
 

Uses of Value in fr.tpt.aadl.annex.behavior.aadlba
 

Subinterfaces of Value in fr.tpt.aadl.annex.behavior.aadlba
 interface ActualPortHolder
          A representation of the model object 'Actual Port Holder'
 interface Any
          A representation of the model object 'Any'
 interface BehaviorBooleanLiteral
          A representation of the model object 'Behavior Boolean Literal'
 interface BehaviorEnumerationLiteral
          A representation of the model object 'Behavior Enumeration Literal'
 interface BehaviorIntegerLiteral
          A representation of the model object 'Behavior Integer Literal'
 interface BehaviorProperty
          A representation of the model object 'Behavior Property'
 interface BehaviorPropertyConstant
          A representation of the model object 'Behavior Property Constant'
 interface BehaviorPropertyValue
          A representation of the model object 'Behavior Property Value'
 interface BehaviorRealLiteral
          A representation of the model object 'Behavior Real Literal'
 interface BehaviorStringLiteral
          A representation of the model object 'Behavior String Literal'
 interface BehaviorVariableHolder
          A representation of the model object 'Behavior Variable Holder'
 interface DataAccessHolder
          A representation of the model object 'Data Access Holder'
 interface DataAccessPrototypeHolder
          A representation of the model object 'Data Access Prototype Holder'
 interface DataComponentReference
          A representation of the model object 'Data Component Reference'
 interface DataHolder
          A representation of the model object 'Data Holder'
 interface DataPortHolder
          A representation of the model object 'Data Port Holder'
 interface DataSubcomponentHolder
          A representation of the model object 'Data Subcomponent Holder'
 interface EventDataPortHolder
          A representation of the model object 'Event Data Port Holder'
 interface EventPortHolder
          A representation of the model object 'Event Port Holder'
 interface IntegerValueConstant
          A representation of the model object 'Integer Value Constant'
 interface IntegerValueVariable
          A representation of the model object 'Integer Value Variable'
 interface IterativeVariableHolder
          A representation of the model object 'Iterative Variable Holder'
 interface Literal
          A representation of the model object 'Literal'
 interface NumericLiteral
          A representation of the model object 'Numeric Literal'
 interface ParameterHolder
          A representation of the model object 'Parameter Holder'
 interface PortCountValue
          A representation of the model object 'Port Count Value'
 interface PortDequeueValue
          A representation of the model object 'Port Dequeue Value'
 interface PortFreezeAction
          A representation of the model object 'Port Freeze Action'
 interface PortFreshValue
          A representation of the model object 'Port Fresh Value'
 interface PortHolder
          A representation of the model object 'Port Holder'
 interface PortPrototypeHolder
          A representation of the model object 'Port Prototype Holder'
 interface StructUnionElementHolder
          A representation of the model object 'Struct Union Element Holder'
 interface ValueConstant
          A representation of the model object 'Value Constant'
 interface ValueExpression
          A representation of the model object 'Value Expression'
 interface ValueVariable
          A representation of the model object 'Value Variable'
 

Methods in fr.tpt.aadl.annex.behavior.aadlba that return Value
 Value Factor.getFirstValue()
          Returns the value of the 'First Value' containment reference
 Value Factor.getSecondValue()
          Returns the value of the 'Second Value' containment reference
 

Methods in fr.tpt.aadl.annex.behavior.aadlba with parameters of type Value
 void Factor.setFirstValue(Value value)
          Sets the value of the 'First Value' containment reference
 void Factor.setSecondValue(Value value)
          Sets the value of the 'Second Value' containment reference
 

Uses of Value in fr.tpt.aadl.annex.behavior.utils
 

Methods in fr.tpt.aadl.annex.behavior.utils that return Value
static Value AadlBaUtils.isOnlyOneValue(ValueExpression ve)
          If the given value expression is composed of an single value, it returns this value otherwise null.
 

Methods in fr.tpt.aadl.annex.behavior.utils with parameters of type Value
static org.osate.aadl2.DataClassifier AadlBaUtils.getDataClassifier(Value v)
          Returns the DataClassifier of the element binded to the given Value object.
static DataRepresentation AadlBaUtils.getDataRepresentation(Value v)
          Returns the data representation associated to the given Value object.