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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return ConstantValue
 ConstantValue Aadl2Factory.createConstantValue()
          Returns a new object of class 'Constant Value'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ConstantValue
 class ConstantValueImpl
          An implementation of the model object 'Constant Value'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ConstantValue
 ConstantValue Aadl2FactoryImpl.createConstantValue()
           
 

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

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