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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return AadlString
 AadlString Aadl2Factory.createAadlString()
          Returns a new object of class 'Aadl String'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement AadlString
 class AadlStringImpl
          An implementation of the model object 'Aadl String'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return AadlString
 AadlString Aadl2FactoryImpl.createAadlString()
           
 

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

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