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

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

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

Subinterfaces of ModalPath in edu.cmu.sei.aadl.aadl2
 interface AccessConnection
          A representation of the model object 'Access Connection'
 interface Connection
          A representation of the model object 'Connection'
 interface EndToEndFlow
          A representation of the model object 'End To End Flow'
 interface FeatureConnection
          A representation of the model object 'Feature Connection'
 interface FeatureGroupConnection
          A representation of the model object 'Feature Group Connection'
 interface FlowImplementation
          A representation of the model object 'Flow Implementation'
 interface ParameterConnection
          A representation of the model object 'Parameter Connection'
 interface PortConnection
          A representation of the model object 'Port Connection'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ModalPath
 class AccessConnectionImpl
          An implementation of the model object 'Access Connection'
 class ConnectionImpl
          An implementation of the model object 'Connection'
 class EndToEndFlowImpl
          An implementation of the model object 'End To End Flow'
 class FeatureConnectionImpl
          An implementation of the model object 'Feature Connection'
 class FeatureGroupConnectionImpl
          An implementation of the model object 'Feature Group Connection'
 class FlowImplementationImpl
          An implementation of the model object 'Flow Implementation'
 class ModalPathImpl
          An implementation of the model object 'Modal Path'
 class ParameterConnectionImpl
          An implementation of the model object 'Parameter Connection'
 class PortConnectionImpl
          An implementation of the model object 'Port Connection'
 

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

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