Uses of Interface
edu.cmu.sei.aadl.aadl2.RangeValue

Packages that use RangeValue
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
edu.cmu.sei.aadl.modelsupport.properties   
 

Uses of RangeValue in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return RangeValue
 RangeValue Aadl2Factory.createRangeValue()
          Returns a new object of class 'Range Value'
 

Uses of RangeValue in edu.cmu.sei.aadl.aadl2.impl
 

Classes in edu.cmu.sei.aadl.aadl2.impl that implement RangeValue
 class RangeValueImpl
          An implementation of the model object 'Range Value'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return RangeValue
 RangeValue Aadl2FactoryImpl.createRangeValue()
           
 

Uses of RangeValue in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type RangeValue
 T Aadl2Switch.caseRangeValue(RangeValue object)
          Returns the result of interpreting the object as an instance of 'Range Value'
 boolean Aadl2Validator.validateRangeValue(RangeValue rangeValue, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of RangeValue in edu.cmu.sei.aadl.modelsupport.properties
 

Methods in edu.cmu.sei.aadl.modelsupport.properties that return RangeValue
static RangeValue PropertyUtils.createIntegerRangeValue(long min, long max)
          Creates a PropertyValue for a range of aadlinteger.
static RangeValue PropertyUtils.createIntegerRangeValue(long min, long max, long delta)
          Creates a PropertyValue for a range of aadlinteger.
static RangeValue PropertyUtils.createIntegerRangeValue(long min, UnitLiteral minUnits, long max, UnitLiteral maxUnits)
          Creates a PropertyValue for a range of aadlinteger with units.
static RangeValue PropertyUtils.createIntegerRangeValue(long min, UnitLiteral minUnits, long max, UnitLiteral maxUnits, long delta, UnitLiteral deltaUnits)
          Creates a PropertyValue for a range of aadlinteger with units.
static RangeValue PropertyUtils.createRealRangeValue(double min, double max)
          Creates a PropertyValue for a range of aadlreal.
static RangeValue PropertyUtils.createRealRangeValue(double min, double max, double delta)
          Creates a PropertyValue for a range of aadlreal.
static RangeValue PropertyUtils.createRealRangeValue(double min, UnitLiteral minUnits, double max, UnitLiteral maxUnits)
          Creates a PropertyValue for a range of aadlreal with units.
static RangeValue PropertyUtils.createRealRangeValue(double min, UnitLiteral minUnits, double max, UnitLiteral maxUnits, double delta, UnitLiteral deltaUnits)
          Creates a PropertyValue for a range of aadlreal with units.