|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntegerRangeValue | |
---|---|
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 IntegerRangeValue in edu.cmu.sei.aadl.model.properties |
---|
Methods in edu.cmu.sei.aadl.model.properties that return IntegerRangeValue | |
---|---|
static IntegerRangeValue |
PropertyUtils.createIntegerRangeValue(long min,
long max)
Creates a PropertyValue for a range of aadlinteger. |
static IntegerRangeValue |
PropertyUtils.createIntegerRangeValue(long min,
long max,
long delta)
Creates a PropertyValue for a range of aadlinteger. |
static IntegerRangeValue |
PropertyUtils.createIntegerRangeValue(long min,
UnitLiteral minUnits,
long max,
UnitLiteral maxUnits)
Creates a PropertyValue for a range of aadlinteger with units. |
static IntegerRangeValue |
PropertyUtils.createIntegerRangeValue(long min,
UnitLiteral minUnits,
long max,
UnitLiteral maxUnits,
long delta,
UnitLiteral deltaUnits)
Creates a PropertyValue for a range of aadlinteger with units. |
Uses of IntegerRangeValue in edu.cmu.sei.aadl.model.property |
---|
Methods in edu.cmu.sei.aadl.model.property that return IntegerRangeValue | |
---|---|
IntegerRangeValue |
PropertyFactory.createIntegerRangeValue()
Returns a new object of class 'Integer Range Value' |
Uses of IntegerRangeValue in edu.cmu.sei.aadl.model.property.impl |
---|
Classes in edu.cmu.sei.aadl.model.property.impl that implement IntegerRangeValue | |
---|---|
class |
IntegerRangeValueImpl
An implementation of the model object 'Integer Range Value' |
Methods in edu.cmu.sei.aadl.model.property.impl that return IntegerRangeValue | |
---|---|
IntegerRangeValue |
PropertyFactoryImpl.createIntegerRangeValue()
|
Uses of IntegerRangeValue in edu.cmu.sei.aadl.model.property.util |
---|
Methods in edu.cmu.sei.aadl.model.property.util with parameters of type IntegerRangeValue | |
---|---|
java.lang.Object |
PropertySwitch.caseIntegerRangeValue(IntegerRangeValue object)
Returns the result of interpretting the object as an instance of 'Integer Range Value' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |