Uses of Class
edu.cmu.sei.aadl.aadl2.properties.PropertyDoesNotApplyToHolderException

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

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

Methods in edu.cmu.sei.aadl.aadl2 that throw PropertyDoesNotApplyToHolderException
 PropertyAcc NamedElement.getPropertyValue(Property property)
          Get the property value for a particular model element and property.
 PropertyExpression NamedElement.getSimplePropertyValue(Property property)
          Retrieves the property value of a non-modal, single-valued property.
 

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

Methods in edu.cmu.sei.aadl.aadl2.impl that throw PropertyDoesNotApplyToHolderException
 PropertyAcc NamedElementImpl.getPropertyValue(Property property)
          Returns the property value for the property specified by property
 java.util.List<PropertyExpression> NamedElementImpl.getPropertyValueList(Property property)
          Retrieves a non-modal property value as a list.
 PropertyExpression NamedElementImpl.getSimplePropertyValue(Property property)
          Retrieves the property value of a non-modal, single-valued property.
 

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

Methods in edu.cmu.sei.aadl.modelsupport.properties that throw PropertyDoesNotApplyToHolderException
static boolean PropertyUtils.getBooleanValue(NamedElement ph, Property pd)
          Get a non-modal boolean property value.
static EnumerationLiteral PropertyUtils.getEnumLiteral(NamedElement ph, Property pd)
          Get a non-modal enumeration property value.
static long PropertyUtils.getIntegerValue(NamedElement ph, Property pd)
          Get a non-modal integer property value with no units.
static double PropertyUtils.getRealValue(NamedElement ph, Property pd)
          Get a non-modal real property with no units Throws an exception if no property value exists or an error occurs.
static double PropertyUtils.getScaledNumberValue(NamedElement ph, Property pd, UnitLiteral unit)
          Get a non-modal numeric property value scaled to the given unit.
static double PropertyUtils.getScaledRangeDelta(NamedElement ph, Property pd, UnitLiteral unit)
          Return the delta value of a non-modal range property value scaled to a given unit.
static double PropertyUtils.getScaledRangeMaximum(NamedElement ph, Property pd, UnitLiteral unit)
          Return the maximum value of a non-modal range property value scaled to a given unit.
static double PropertyUtils.getScaledRangeMinimum(NamedElement ph, Property pd, UnitLiteral unit)
          Return the minimum value of a non-modal range property value scaled to a given unit.