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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return ArraySpecification
 ArraySpecification ArrayableElement.createArraySpecification()
          Creates a new ArraySpecification and sets the 'Array Specification' containment reference
 ArraySpecification Aadl2Factory.createArraySpecification()
          Returns a new object of class 'Array Specification'
 ArraySpecification ArrayableElement.getArraySpecification()
          Returns the value of the 'Array Specification' containment reference
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type ArraySpecification
 void ArrayableElement.setArraySpecification(ArraySpecification value)
          Sets the value of the 'Array Specification' containment reference
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ArraySpecification
 class ArraySpecificationImpl
          An implementation of the model object 'Array Specification'
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as ArraySpecification
protected  ArraySpecification SubcomponentImpl.arraySpecification
          The cached value of the 'Array Specification' containment reference
protected  ArraySpecification FeatureImpl.arraySpecification
           
protected  ArraySpecification ArrayableElementImpl.arraySpecification
          The cached value of the 'Array Specification' containment reference
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ArraySpecification
 ArraySpecification SubcomponentImpl.createArraySpecification()
           
 ArraySpecification FeatureImpl.createArraySpecification()
           
 ArraySpecification Aadl2FactoryImpl.createArraySpecification()
           
 ArraySpecification ArrayableElementImpl.createArraySpecification()
           
 ArraySpecification SubcomponentImpl.getArraySpecification()
           
 ArraySpecification FeatureImpl.getArraySpecification()
           
 ArraySpecification ArrayableElementImpl.getArraySpecification()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type ArraySpecification
 org.eclipse.emf.common.notify.NotificationChain SubcomponentImpl.basicSetArraySpecification(ArraySpecification newArraySpecification, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain FeatureImpl.basicSetArraySpecification(ArraySpecification newArraySpecification, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ArrayableElementImpl.basicSetArraySpecification(ArraySpecification newArraySpecification, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SubcomponentImpl.setArraySpecification(ArraySpecification newArraySpecification)
           
 void FeatureImpl.setArraySpecification(ArraySpecification newArraySpecification)
           
 void ArrayableElementImpl.setArraySpecification(ArraySpecification newArraySpecification)
           
 

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

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