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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return Numeral
 Numeral Aadl2Factory.createNumeral()
          Returns a new object of class 'Numeral'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Numeral
 class NumeralImpl
          An implementation of the model object 'Numeral'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return Numeral
 Numeral Aadl2FactoryImpl.createNumeral()
           
 

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

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