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

Packages that use IntegerLiteral
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
edu.cmu.sei.aadl.modelsupport.properties   
 

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

Methods in edu.cmu.sei.aadl.aadl2 that return IntegerLiteral
 IntegerLiteral Aadl2Factory.createIntegerLiteral()
          Returns a new object of class 'Integer Literal'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement IntegerLiteral
 class IntegerLiteralImpl
          An implementation of the model object 'Integer Literal'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return IntegerLiteral
 IntegerLiteral Aadl2FactoryImpl.createIntegerLiteral()
           
 

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

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

Uses of IntegerLiteral in edu.cmu.sei.aadl.modelsupport.properties
 

Methods in edu.cmu.sei.aadl.modelsupport.properties that return IntegerLiteral
static IntegerLiteral PropertyUtils.createIntegerValue(long intValue)
          Creates a PropertyValue for an aadlinteger.
static IntegerLiteral PropertyUtils.createIntegerValue(long intValue, UnitLiteral unit)
          Creates a PropertyValue for an aadlinteger with units.