Uses of Interface
edu.cmu.sei.aadl.model.property.RangeType

Packages that use RangeType
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
 

Uses of RangeType in edu.cmu.sei.aadl.model.property
 

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

Uses of RangeType in edu.cmu.sei.aadl.model.property.impl
 

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

Methods in edu.cmu.sei.aadl.model.property.impl that return RangeType
 RangeType PropertyFactoryImpl.createRangeType()
           
 

Uses of RangeType in edu.cmu.sei.aadl.model.property.util
 

Methods in edu.cmu.sei.aadl.model.property.util with parameters of type RangeType
 java.lang.Object PropertySwitch.caseRangeType(RangeType object)
          Returns the result of interpretting the object as an instance of 'Range Type'