public class SequentialRecurrence extends Object implements ITimeRecurrence
Constructor and Description |
---|
SequentialRecurrence()
Creates a new sequence with a null first and last value
|
SequentialRecurrence(Integer firstValue,
Integer lastValue)
Creates a new sequence.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getFirstValue()
Returns the first value in the sequence.
|
Integer |
getLastValue()
Returns the last value in the sequence.
|
void |
setFirstValue(Integer firstValue)
Sets the first value in the sequence.
|
void |
setLastValue(Integer lastValue)
Sets the last value in the sequence.
|
public SequentialRecurrence()
public Integer getFirstValue()
public void setFirstValue(Integer firstValue)
firstValue
- the first value in the sequencepublic Integer getLastValue()
public void setLastValue(Integer lastValue)
lastValue
- the last value in the sequence