|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.ximtec.igesture.batch.core.BatchForValue
public class BatchForValue
Represents the for loop of the batch process.
| Constructor Summary | |
|---|---|
BatchForValue()
|
|
| Method Summary | |
|---|---|
double |
getEnd()
Returns the upper bound of the loop. |
double |
getStart()
Returns the lower bound of the loop. |
double |
getStep()
Returns the step size for iterating between the lower and upper bound. |
List<String> |
getValues()
Returns a list of all values matching the constraints. |
void |
setEnd(double end)
Sets the upper bound of the loop. |
void |
setStart(double start)
Sets the lower bound of the loop. |
void |
setStep(double step)
Sets the step size for iterating between the lower and upper bound. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BatchForValue()
| Method Detail |
|---|
public void setEnd(double end)
end - the upper bound of the loop.public double getEnd()
public void setStart(double start)
start - the lower bound of the loop.public double getStart()
public void setStep(double step)
step - the step size for iterating between the lower and upper bound.public double getStep()
public List<String> getValues()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||