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

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

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

Subinterfaces of ArraySize in edu.cmu.sei.aadl.aadl2
 interface ConstantValue
          A representation of the model object 'Constant Value'
 interface Numeral
          A representation of the model object 'Numeral'
 interface PropertyReference
          A representation of the model object 'Property Reference'
 

Methods in edu.cmu.sei.aadl.aadl2 that return ArraySize
 ArraySize ArraySpecification.createSize(org.eclipse.emf.ecore.EClass eClass)
          Creates a new ArraySize and appends it to the 'Size' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type ArraySize
 org.eclipse.emf.common.util.EList<ArraySize> ArraySpecification.getSizes()
          Returns the value of the 'Size' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ArraySize
 class ArraySizeImpl
          An implementation of the model object 'Array Size'
 class ConstantValueImpl
          An implementation of the model object 'Constant Value'
 class NumeralImpl
          An implementation of the model object 'Numeral'
 class PropertyReferenceImpl
          An implementation of the model object 'Property Reference'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type ArraySize
protected  org.eclipse.emf.common.util.EList<ArraySize> ArraySpecificationImpl.sizes
          The cached value of the 'Size' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ArraySize
 ArraySize ArraySpecificationImpl.createSize(org.eclipse.emf.ecore.EClass eClass)
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type ArraySize
 org.eclipse.emf.common.util.EList<ArraySize> ArraySpecificationImpl.getSizes()
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type ArraySize
 T Aadl2Switch.caseArraySize(ArraySize object)
          Returns the result of interpreting the object as an instance of 'Array Size'
 boolean Aadl2Validator.validateArraySize(ArraySize arraySize, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)