Uses of Interface
edu.cmu.sei.aadl.model.property.RealValue

Packages that use RealValue
edu.cmu.sei.aadl.model.properties This package contains interfaces and classes that are used in the lookup of property values. 
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
 

Uses of RealValue in edu.cmu.sei.aadl.model.properties
 

Methods in edu.cmu.sei.aadl.model.properties that return RealValue
static RealValue PropertyUtils.createRealValue(double realValue)
          Creates a PropertyValue for an aadlreal.
static RealValue PropertyUtils.createRealValue(double realValue, UnitLiteral unit)
          Creates a PropertyValue for an aadlreal with units.
 

Uses of RealValue in edu.cmu.sei.aadl.model.property
 

Methods in edu.cmu.sei.aadl.model.property that return RealValue
 RealValue PropertyFactory.createRealValue()
          Returns a new object of class 'Real Value'
 

Uses of RealValue in edu.cmu.sei.aadl.model.property.impl
 

Classes in edu.cmu.sei.aadl.model.property.impl that implement RealValue
 class RealValueImpl
          An implementation of the model object 'Real Value'
 

Methods in edu.cmu.sei.aadl.model.property.impl that return RealValue
 RealValue PropertyFactoryImpl.createRealValue()
           
 

Uses of RealValue in edu.cmu.sei.aadl.model.property.util
 

Methods in edu.cmu.sei.aadl.model.property.util with parameters of type RealValue
 java.lang.Object PropertySwitch.caseRealValue(RealValue object)
          Returns the result of interpretting the object as an instance of 'Real Value'