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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return ArrayRange
 ArrayRange ContainmentPathElement.createArrayRange()
          Creates a new ArrayRange and appends it to the 'Array Range' containment reference list
 ArrayRange Aadl2Factory.createArrayRange()
          Returns a new object of class 'Array Range'
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type ArrayRange
 org.eclipse.emf.common.util.EList<ArrayRange> ContainmentPathElement.getArrayRanges()
          Returns the value of the 'Array Range' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ArrayRange
 class ArrayRangeImpl
          An implementation of the model object 'Array Range'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type ArrayRange
protected  org.eclipse.emf.common.util.EList<ArrayRange> ContainmentPathElementImpl.arrayRanges
          The cached value of the 'Array Range' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ArrayRange
 ArrayRange ContainmentPathElementImpl.createArrayRange()
           
 ArrayRange Aadl2FactoryImpl.createArrayRange()
           
 

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

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

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