public class TSMinerModirInput
extends java.lang.Object
Constructor and Description |
---|
TSMinerModirInput()
Default settings.
|
Modifier and Type | Method and Description |
---|---|
TSAbstractions |
getAbstraction()
Returns the abstraction.
|
java.util.Collection<java.lang.String> |
getFilter()
Returns the filter.
|
int |
getFilteredHorizon()
Returns the number of filtered steps to take.
|
int |
getHorizon()
Returns the number of steps to take.
|
boolean |
getUse()
Returns whether these settings are selected for use.
|
TSAbstractions |
setAbstraction(TSAbstractions newAbstraction)
Sets the abstraction.
|
int |
setFilteredHorizon(int newFilteredHorizon)
Sets the number of filtered steps to take.
|
int |
setHorizon(int newHorizon)
Sets the number of steps to take.
|
boolean |
setUse(boolean newUse)
Sets whether these settings should be selected for use.
|
public boolean getUse()
public boolean setUse(boolean newUse)
newUse
- The new value.public int getHorizon()
public int setHorizon(int newHorizon)
newHorizon
- The new value.public TSAbstractions getAbstraction()
public TSAbstractions setAbstraction(TSAbstractions newAbstraction)
newAbstraction
- The new value.public java.util.Collection<java.lang.String> getFilter()
public int getFilteredHorizon()
public int setFilteredHorizon(int newFilteredHorizon)
newFilteredHorizon
- The new value.