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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return RangeType
 RangeType Aadl2Factory.createRangeType()
          Returns a new object of class 'Range Type'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement RangeType
 class RangeTypeImpl
          An implementation of the model object 'Range Type'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return RangeType
 RangeType Aadl2FactoryImpl.createRangeType()
           
 

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

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