|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyIsModalException | |
---|---|
edu.cmu.sei.aadl.aadl2 | |
edu.cmu.sei.aadl.aadl2.impl | |
edu.cmu.sei.aadl.modelsupport.properties |
Uses of PropertyIsModalException in edu.cmu.sei.aadl.aadl2 |
---|
Methods in edu.cmu.sei.aadl.aadl2 that throw PropertyIsModalException | |
---|---|
PropertyExpression |
NamedElement.getSimplePropertyValue(Property property)
Retrieves the property value of a non-modal, single-valued property. |
Uses of PropertyIsModalException in edu.cmu.sei.aadl.aadl2.impl |
---|
Methods in edu.cmu.sei.aadl.aadl2.impl that throw PropertyIsModalException | |
---|---|
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 PropertyIsModalException in edu.cmu.sei.aadl.modelsupport.properties |
---|
Methods in edu.cmu.sei.aadl.modelsupport.properties that throw PropertyIsModalException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |