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

Packages that use UnitValue
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

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

Methods in edu.cmu.sei.aadl.aadl2 that return UnitValue
 UnitValue Aadl2Factory.createUnitValue()
          Returns a new object of class 'Unit Value'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement UnitValue
 class UnitValueImpl
          An implementation of the model object 'Unit Value'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return UnitValue
 UnitValue Aadl2FactoryImpl.createUnitValue()
           
 

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

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