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

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

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

Subinterfaces of FlowElement in edu.cmu.sei.aadl.aadl2
 interface AbstractSubcomponent
          A representation of the model object 'Abstract Subcomponent'
 interface AccessConnection
          A representation of the model object 'Access Connection'
 interface BusSubcomponent
          A representation of the model object 'Bus Subcomponent'
 interface Connection
          A representation of the model object 'Connection'
 interface DataAccess
          A representation of the model object 'Data Access'
 interface DataSubcomponent
          A representation of the model object 'Data Subcomponent'
 interface DeviceSubcomponent
          A representation of the model object 'Device Subcomponent'
 interface FeatureConnection
          A representation of the model object 'Feature Connection'
 interface FeatureGroupConnection
          A representation of the model object 'Feature Group Connection'
 interface MemorySubcomponent
          A representation of the model object 'Memory Subcomponent'
 interface ParameterConnection
          A representation of the model object 'Parameter Connection'
 interface PortConnection
          A representation of the model object 'Port Connection'
 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 SubcomponentFlow
          A representation of the model object 'Subcomponent Flow'
 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'
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type FlowElement
 org.eclipse.emf.common.util.EList<FlowElement> FlowImplementation.getFlowElements()
          Returns the value of the 'Flow Element' reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement FlowElement
 class AbstractSubcomponentImpl
          An implementation of the model object 'Abstract Subcomponent'
 class AccessConnectionImpl
          An implementation of the model object 'Access Connection'
 class BusSubcomponentImpl
          An implementation of the model object 'Bus Subcomponent'
 class ConnectionImpl
          An implementation of the model object 'Connection'
 class DataAccessImpl
          An implementation of the model object 'Data Access'
 class DataSubcomponentImpl
          An implementation of the model object 'Data Subcomponent'
 class DeviceSubcomponentImpl
          An implementation of the model object 'Device Subcomponent'
 class FeatureConnectionImpl
          An implementation of the model object 'Feature Connection'
 class FeatureGroupConnectionImpl
          An implementation of the model object 'Feature Group Connection'
 class FlowElementImpl
          An implementation of the model object 'Flow Element'
 class MemorySubcomponentImpl
          An implementation of the model object 'Memory Subcomponent'
 class ParameterConnectionImpl
          An implementation of the model object 'Parameter Connection'
 class PortConnectionImpl
          An implementation of the model object 'Port Connection'
 class ProcessorSubcomponentImpl
          An implementation of the model object 'Processor Subcomponent'
 class ProcessSubcomponentImpl
          An implementation of the model object 'Process Subcomponent'
 class SubcomponentFlowImpl
          An implementation of the model object 'Subcomponent Flow'
 class SubcomponentImpl
          An implementation of the model object 'Subcomponent'
 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'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type FlowElement
protected  org.eclipse.emf.common.util.EList<FlowElement> FlowImplementationImpl.flowElements
          The cached value of the 'Flow Element' reference list
 

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

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

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