|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Rangeable
Interface for Parameters that potentially can be varied over a certain interval or a list of values.
If isRangeable() returns true an instance of a RangeIterator that is
defined equivalently (datatype, name, comment, etc.) to the current instance but can have multiple values can be
obtained using the getRangedInstance()-method.
RangeIterator| Method Summary | |
|---|---|
Parameter |
getRangedInstance()
Returns an instance of RangeIterator that has the same properties as the current instance, but
accepts a range or list of values. |
boolean |
isRangeable()
Returns true if the parameters can be varied over a range of values. |
| Method Detail |
|---|
boolean isRangeable()
Parameter getRangedInstance()
throws Exception
RangeIterator that has the same properties as the current instance, but
accepts a range or list of values. These values can be obtained by the methods of RangeIterator.
Exception - is thrown if isRangeable() returns false or the ranged instance could
not be created for some other reason
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||