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

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

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

Subinterfaces of System in edu.cmu.sei.aadl.aadl2
 interface SystemClassifier
          A representation of the model object 'System Classifier'
 interface SystemImplementation
          A representation of the model object 'System Implementation'
 interface SystemSubcomponent
          A representation of the model object 'System Subcomponent'
 interface SystemType
          A representation of the model object 'System Type'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement System
 class SystemClassifierImpl
          An implementation of the model object 'System Classifier'
 class SystemImpl
          An implementation of the model object 'System'
 class SystemImplementationImpl
          An implementation of the model object 'System Implementation'
 class SystemSubcomponentImpl
          An implementation of the model object 'System Subcomponent'
 class SystemTypeImpl
          An implementation of the model object 'System Type'
 

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

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