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

Packages that use IntegerValue
fr.tpt.aadl.annex.behavior.aadlba   
 

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

Subinterfaces of IntegerValue in fr.tpt.aadl.annex.behavior.aadlba
 interface ActualPortHolder
          A representation of the model object 'Actual Port Holder'
 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'
 

Methods in fr.tpt.aadl.annex.behavior.aadlba that return IntegerValue
 IntegerValue BehaviorTime.getIntegerValue()
          Returns the value of the 'Integer Value' containment reference
 IntegerValue IntegerRange.getLowerIntegerValue()
          Returns the value of the 'Lower Integer Value' containment reference
 IntegerValue IntegerRange.getUpperIntegerValue()
          Returns the value of the 'Upper Integer Value' containment reference
 

Methods in fr.tpt.aadl.annex.behavior.aadlba that return types with arguments of type IntegerValue
 org.eclipse.emf.common.util.EList<IntegerValue> IndexableElement.getArrayIndexes()
          Returns the value of the 'Array Indexes' containment reference list.
 

Methods in fr.tpt.aadl.annex.behavior.aadlba with parameters of type IntegerValue
 void BehaviorTime.setIntegerValue(IntegerValue value)
          Sets the value of the 'Integer Value' containment reference
 void IntegerRange.setLowerIntegerValue(IntegerValue value)
          Sets the value of the 'Lower Integer Value' containment reference
 void IntegerRange.setUpperIntegerValue(IntegerValue value)
          Sets the value of the 'Upper Integer Value' containment reference