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

Packages that use BooleanLiteral
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 BooleanLiteral in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return BooleanLiteral
 BooleanLiteral Aadl2Factory.createBooleanLiteral()
          Returns a new object of class 'Boolean Literal'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement BooleanLiteral
 class BooleanLiteralImpl
          An implementation of the model object 'Boolean Literal'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return BooleanLiteral
 BooleanLiteral Aadl2FactoryImpl.createBooleanLiteral()
           
 

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

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

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

Methods in edu.cmu.sei.aadl.modelsupport.properties that return BooleanLiteral
static BooleanLiteral PropertyUtils.createTrueFalseValue(boolean boolValue)
          Creates a PropertyValue for an aadlboolean.