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

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

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

Subinterfaces of ArrayableElement in edu.cmu.sei.aadl.aadl2
 interface AbstractFeature
          A representation of the model object 'Abstract Feature'
 interface AbstractSubcomponent
          A representation of the model object 'Abstract Subcomponent'
 interface Access
          A representation of the model object 'Access'
 interface BusAccess
          A representation of the model object 'Bus Access'
 interface BusSubcomponent
          A representation of the model object 'Bus Subcomponent'
 interface DataAccess
          A representation of the model object 'Data Access'
 interface DataPort
          A representation of the model object 'Data Port'
 interface DataSubcomponent
          A representation of the model object 'Data Subcomponent'
 interface DeviceSubcomponent
          A representation of the model object 'Device Subcomponent'
 interface DirectedFeature
          A representation of the model object 'Directed Feature'
 interface EventDataPort
          A representation of the model object 'Event Data Port'
 interface EventPort
          A representation of the model object 'Event Port'
 interface Feature
          A representation of the model object 'Feature'
 interface FeatureGroup
          A representation of the model object 'Feature Group'
 interface MemorySubcomponent
          A representation of the model object 'Memory Subcomponent'
 interface Parameter
          A representation of the model object 'Parameter'
 interface Port
          A representation of the model object 'Port'
 interface ProcessorSubcomponent
          A representation of the model object 'Processor Subcomponent'
 interface ProcessSubcomponent
          A representation of the model object 'Process Subcomponent'
 interface Subcomponent
          A representation of the model object 'Subcomponent'
 interface SubprogramAccess
          A representation of the model object 'Subprogram Access'
 interface SubprogramGroupAccess
          A representation of the model object 'Subprogram Group Access'
 interface SubprogramGroupSubcomponent
          A representation of the model object 'Subprogram Group Subcomponent'
 interface SubprogramSubcomponent
          A representation of the model object 'Subprogram Subcomponent'
 interface SystemSubcomponent
          A representation of the model object 'System Subcomponent'
 interface ThreadGroupSubcomponent
          A representation of the model object 'Thread Group Subcomponent'
 interface ThreadSubcomponent
          A representation of the model object 'Thread Subcomponent'
 interface VirtualBusSubcomponent
          A representation of the model object 'Virtual Bus Subcomponent'
 interface VirtualProcessorSubcomponent
          A representation of the model object 'Virtual Processor Subcomponent'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ArrayableElement
 class AbstractFeatureImpl
          An implementation of the model object 'Abstract Feature'
 class AbstractSubcomponentImpl
          An implementation of the model object 'Abstract Subcomponent'
 class AccessImpl
          An implementation of the model object 'Access'
 class ArrayableElementImpl
          An implementation of the model object 'Arrayable Element'
 class BusAccessImpl
          An implementation of the model object 'Bus Access'
 class BusSubcomponentImpl
          An implementation of the model object 'Bus Subcomponent'
 class DataAccessImpl
          An implementation of the model object 'Data Access'
 class DataPortImpl
          An implementation of the model object 'Data Port'
 class DataSubcomponentImpl
          An implementation of the model object 'Data Subcomponent'
 class DeviceSubcomponentImpl
          An implementation of the model object 'Device Subcomponent'
 class DirectedFeatureImpl
          An implementation of the model object 'Directed Feature'
 class EventDataPortImpl
          An implementation of the model object 'Event Data Port'
 class EventPortImpl
          An implementation of the model object 'Event Port'
 class FeatureGroupImpl
          An implementation of the model object 'Feature Group'
 class FeatureImpl
          An implementation of the model object 'Feature'
 class MemorySubcomponentImpl
          An implementation of the model object 'Memory Subcomponent'
 class ParameterImpl
          An implementation of the model object 'Parameter'
 class PortImpl
          An implementation of the model object 'Port'
 class ProcessorSubcomponentImpl
          An implementation of the model object 'Processor Subcomponent'
 class ProcessSubcomponentImpl
          An implementation of the model object 'Process Subcomponent'
 class SubcomponentImpl
          An implementation of the model object 'Subcomponent'
 class SubprogramAccessImpl
          An implementation of the model object 'Subprogram Access'
 class SubprogramGroupAccessImpl
          An implementation of the model object 'Subprogram Group Access'
 class SubprogramGroupSubcomponentImpl
          An implementation of the model object 'Subprogram Group Subcomponent'
 class SubprogramSubcomponentImpl
          An implementation of the model object 'Subprogram Subcomponent'
 class SystemSubcomponentImpl
          An implementation of the model object 'System Subcomponent'
 class ThreadGroupSubcomponentImpl
          An implementation of the model object 'Thread Group Subcomponent'
 class ThreadSubcomponentImpl
          An implementation of the model object 'Thread Subcomponent'
 class VirtualBusSubcomponentImpl
          An implementation of the model object 'Virtual Bus Subcomponent'
 class VirtualProcessorSubcomponentImpl
          An implementation of the model object 'Virtual Processor Subcomponent'
 

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type ArrayableElement
 T Aadl2Switch.caseArrayableElement(ArrayableElement object)
          Returns the result of interpreting the object as an instance of 'Arrayable Element'
 boolean Aadl2Validator.validateArrayableElement(ArrayableElement arrayableElement, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)