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

Packages that use PropertyConstant
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
edu.cmu.sei.aadl.modelsupport.eclipseinterface   
 

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

Methods in edu.cmu.sei.aadl.aadl2 that return PropertyConstant
 PropertyConstant PropertySet.createOwnedPropertyConstant()
          Creates a new PropertyConstant and appends it to the 'Owned Property Constant' containment reference list
 PropertyConstant Aadl2Factory.createPropertyConstant()
          Returns a new object of class 'Property Constant'
 PropertyConstant ConstantValue.getConstant()
          Returns the value of the 'Constant' reference
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type PropertyConstant
 org.eclipse.emf.common.util.EList<PropertyConstant> PropertySet.getOwnedPropertyConstants()
          Returns the value of the 'Owned Property Constant' containment reference list.
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type PropertyConstant
 void ConstantValue.setConstant(PropertyConstant value)
          Sets the value of the 'Constant' reference
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement PropertyConstant
 class PropertyConstantImpl
          An implementation of the model object 'Property Constant'
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as PropertyConstant
protected  PropertyConstant ConstantValueImpl.constant
          The cached value of the 'Constant' reference
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return PropertyConstant
 PropertyConstant ConstantValueImpl.basicGetConstant()
           
 PropertyConstant PropertySetImpl.createOwnedPropertyConstant()
           
 PropertyConstant Aadl2FactoryImpl.createPropertyConstant()
           
 PropertyConstant ConstantValueImpl.getConstant()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type PropertyConstant
 org.eclipse.emf.common.util.EList<PropertyConstant> PropertySetImpl.getOwnedPropertyConstants()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type PropertyConstant
 void ConstantValueImpl.setConstant(PropertyConstant newConstant)
           
 

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

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

Uses of PropertyConstant in edu.cmu.sei.aadl.modelsupport.eclipseinterface
 

Methods in edu.cmu.sei.aadl.modelsupport.eclipseinterface that return PropertyConstant
static PropertyConstant OsateResourceManager.findPropertyConstant(java.lang.String propertyName)
          Find an AADL property constant by name.
static PropertyConstant OsateResourceManager.findPropertyConstant(java.lang.String propertySet, java.lang.String propertyName)