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

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

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

Subinterfaces of Flow in edu.cmu.sei.aadl.aadl2
 interface EndToEndFlow
          A representation of the model object 'End To End Flow'
 interface FlowSpecification
          A representation of the model object 'Flow Specification'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Flow
 class EndToEndFlowImpl
          An implementation of the model object 'End To End Flow'
 class FlowImpl
          An implementation of the model object 'Flow'
 class FlowSpecificationImpl
          An implementation of the model object 'Flow Specification'
 

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

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