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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return ComputedValue
 ComputedValue Aadl2Factory.createComputedValue()
          Returns a new object of class 'Computed Value'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ComputedValue
 class ComputedValueImpl
          An implementation of the model object 'Computed Value'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ComputedValue
 ComputedValue Aadl2FactoryImpl.createComputedValue()
           
 

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

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