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

Packages that use RealLiteral
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 RealLiteral in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return RealLiteral
 RealLiteral Aadl2Factory.createRealLiteral()
          Returns a new object of class 'Real Literal'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement RealLiteral
 class RealLiteralImpl
          An implementation of the model object 'Real Literal'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return RealLiteral
 RealLiteral Aadl2FactoryImpl.createRealLiteral()
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type RealLiteral
 T Aadl2Switch.caseRealLiteral(RealLiteral object)
          Returns the result of interpreting the object as an instance of 'Real Literal'
 boolean Aadl2Validator.validateRealLiteral(RealLiteral realLiteral, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

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