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

Packages that use PropertyConstant
edu.cmu.sei.aadl.model.pluginsupport   
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
edu.cmu.sei.osate.ui.actions   
 

Uses of PropertyConstant in edu.cmu.sei.aadl.model.pluginsupport
 

Methods in edu.cmu.sei.aadl.model.pluginsupport that return PropertyConstant
static PropertyConstant OsateResourceManager.findPropertyConstant(java.lang.String constantName)
          Find a predeclared AADL property constant by name.
static PropertyConstant OsateResourceManager.findPropertyConstant(java.lang.String propertySet, java.lang.String constantName, AObject context)
          Find an AADL property constant by name.
 

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

Methods in edu.cmu.sei.aadl.model.property that return PropertyConstant
 PropertyConstant PropertyFactory.createPropertyConstant()
          Returns a new object of class 'Constant'
 PropertyConstant PropertySet.findPropertyConstant(java.lang.String name)
          Find property constant object by name in a property set.
 

Methods in edu.cmu.sei.aadl.model.property with parameters of type PropertyConstant
 void PropertySet.addPropertyConstant(PropertyConstant value)
          Adds to the list the value of the 'Property Constant' containment reference list
 

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

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

Methods in edu.cmu.sei.aadl.model.property.impl that return PropertyConstant
 PropertyConstant PropertyFactoryImpl.createPropertyConstant()
           
 PropertyConstant PropertySetImpl.findPropertyConstant(java.lang.String name)
          Find property constant object by name in a property set.
 

Methods in edu.cmu.sei.aadl.model.property.impl with parameters of type PropertyConstant
 void PropertySetImpl.addPropertyConstant(PropertyConstant newPropertyConstant)
          phf: add element to multiplicity EList
 

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

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

Uses of PropertyConstant in edu.cmu.sei.osate.ui.actions
 

Methods in edu.cmu.sei.osate.ui.actions that return PropertyConstant
protected  PropertyConstant AbstractAaxlAction.lookupOptionalPropertyConstant(java.lang.String ps, java.lang.String name)
          Lookup a particular optional property constant definition.
protected  PropertyConstant AbstractAaxlAction.lookupPropertyConstant(java.lang.String name)
          Lookup a particular property constant, updating the error list if it is not found.
protected  PropertyConstant AbstractAaxlAction.lookupPropertyConstant(java.lang.String ps, java.lang.String name)
          Lookup a particular predeclared property constant, updating the error list if it is not found.