|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Rangeable
Interface for Parameter
s 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 (data type, name, comment, etc.) to the current instance but can
have multiple values can be obtained using the method
getRangedInstance()
.
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()
true
if the parameters can be varied over a range of
values.
true
if the parameter can be varied,
false
otherwiseParameter 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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |