|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.base.node.meta.looper.LoopStartIntervalSettings
public class LoopStartIntervalSettings
This class holds the settings for the loop interval start node.
Constructor Summary | |
---|---|
LoopStartIntervalSettings()
|
Method Summary | |
---|---|
double |
from()
Returns the interval's start value. |
void |
from(double f)
Sets the interval's start value. |
boolean |
integerLoop()
Returns if the loop should iterate over integer and not doubles. |
void |
integerLoop(boolean il)
Sets if the loop should iterate over integer and not doubles. |
void |
loadSettings(NodeSettingsRO settings)
Loads the settings from the node settings object. |
void |
loadSettingsForDialog(NodeSettingsRO settings)
Loads the settings from the node settings object. |
void |
saveSettingsTo(NodeSettingsWO settings)
Writes the settings into the node settings object. |
double |
step()
Returns the loop's step size. |
void |
step(double s)
Sets the loop's step size. |
double |
to()
Returns the interval's end value. |
void |
to(double t)
Sets the interval's end value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoopStartIntervalSettings()
Method Detail |
---|
public boolean integerLoop()
true
if the loop is over integerspublic void integerLoop(boolean il)
il
- true
if the loop is over integerspublic double from()
public void from(double f)
f
- the interval's start valuepublic double to()
public void to(double t)
t
- the interval's end valuepublic double step()
public void step(double s)
s
- the interval's end valuepublic void loadSettingsForDialog(NodeSettingsRO settings)
settings
- a node settings objectpublic void loadSettings(NodeSettingsRO settings) throws InvalidSettingsException
settings
- a node settings object
InvalidSettingsException
- if some settings are missingpublic void saveSettingsTo(NodeSettingsWO settings)
settings
- a node settings object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |