|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsonification.dataimport.visbards_resourcetoolkit.repository.resource.DefaultReadConfiguration
public class DefaultReadConfiguration
This class contains information about how to populate a particular repository.
| Constructor Summary | |
|---|---|
DefaultReadConfiguration(int d,
Range timerange)
|
|
| Method Summary | |
|---|---|
void |
addListener(ReadConfigurationListener listener)
Registers a listener. |
java.lang.Object |
clone()
A new copy of this resource configuration |
boolean |
equals(java.lang.Object obj)
|
java.util.ArrayList |
getColumns()
Returns columsn to be loaded |
int |
getDecimation()
Returns the decimation index. |
Range |
getTimeRange()
Returns the time range to populate from file. |
boolean |
hasColumn(Column col)
Returns true if this column is present in the config |
void |
removeListener(ReadConfigurationListener listener)
Unregisters a listener. |
void |
setColumn(Column col,
boolean load)
Changes the wheather or not a particular column is present in the config |
void |
setDecimation(int d)
Sets the modality of points to read |
void |
setTimeRange(Range rng)
Change the time range to read from this resource |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultReadConfiguration(int d,
Range timerange)
| Method Detail |
|---|
public Range getTimeRange()
getTimeRange in interface ReadConfigurationpublic void setTimeRange(Range rng)
ReadConfiguration
setTimeRange in interface ReadConfigurationpublic int getDecimation()
getDecimation in interface ReadConfigurationpublic void setDecimation(int d)
ReadConfiguration
setDecimation in interface ReadConfigurationpublic boolean hasColumn(Column col)
ReadConfiguration
hasColumn in interface ReadConfiguration
public void setColumn(Column col,
boolean load)
ReadConfiguration
setColumn in interface ReadConfigurationpublic java.util.ArrayList getColumns()
getColumns in interface ReadConfigurationpublic java.lang.Object clone()
ReadConfiguration
clone in interface ReadConfigurationclone in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic void addListener(ReadConfigurationListener listener)
addListener in interface ReadConfigurationpublic void removeListener(ReadConfigurationListener listener)
removeListener in interface ReadConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||