|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RealRangeValue | |
---|---|
edu.cmu.sei.aadl.model.properties | This package contains interfaces and classes that are used in the lookup of property values. |
edu.cmu.sei.aadl.model.property | |
edu.cmu.sei.aadl.model.property.impl | |
edu.cmu.sei.aadl.model.property.util |
Uses of RealRangeValue in edu.cmu.sei.aadl.model.properties |
---|
Methods in edu.cmu.sei.aadl.model.properties that return RealRangeValue | |
---|---|
static RealRangeValue |
PropertyUtils.createRealRangeValue(double min,
double max)
Creates a PropertyValue for a range of aadlreal. |
static RealRangeValue |
PropertyUtils.createRealRangeValue(double min,
double max,
double delta)
Creates a PropertyValue for a range of aadlreal. |
static RealRangeValue |
PropertyUtils.createRealRangeValue(double min,
UnitLiteral minUnits,
double max,
UnitLiteral maxUnits)
Creates a PropertyValue for a range of aadlreal with units. |
static RealRangeValue |
PropertyUtils.createRealRangeValue(double min,
UnitLiteral minUnits,
double max,
UnitLiteral maxUnits,
double delta,
UnitLiteral deltaUnits)
Creates a PropertyValue for a range of aadlreal with units. |
Uses of RealRangeValue in edu.cmu.sei.aadl.model.property |
---|
Methods in edu.cmu.sei.aadl.model.property that return RealRangeValue | |
---|---|
RealRangeValue |
PropertyFactory.createRealRangeValue()
Returns a new object of class 'Real Range Value' |
Uses of RealRangeValue in edu.cmu.sei.aadl.model.property.impl |
---|
Classes in edu.cmu.sei.aadl.model.property.impl that implement RealRangeValue | |
---|---|
class |
RealRangeValueImpl
An implementation of the model object 'Real Range Value' |
Methods in edu.cmu.sei.aadl.model.property.impl that return RealRangeValue | |
---|---|
RealRangeValue |
PropertyFactoryImpl.createRealRangeValue()
|
Uses of RealRangeValue in edu.cmu.sei.aadl.model.property.util |
---|
Methods in edu.cmu.sei.aadl.model.property.util with parameters of type RealRangeValue | |
---|---|
java.lang.Object |
PropertySwitch.caseRealRangeValue(RealRangeValue object)
Returns the result of interpretting the object as an instance of 'Real Range Value' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |