|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReadConfiguration
This class contains information about how to populate a particular repository.
| Method Summary | |
|---|---|
void |
addListener(ReadConfigurationListener listener)
Registers a listener. |
java.lang.Object |
clone()
A new copy of this resource configuration |
java.util.ArrayList |
getColumns()
Returns columsn to be loaded |
int |
getDecimation()
Reader every n'th point |
Range |
getTimeRange()
Returns the time rage to read from this resource |
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 |
| Method Detail |
|---|
Range getTimeRange()
void setTimeRange(Range rng)
int getDecimation()
void setDecimation(int d)
boolean hasColumn(Column col)
void setColumn(Column col,
boolean load)
java.util.ArrayList getColumns()
java.lang.Object clone()
void addListener(ReadConfigurationListener listener)
void removeListener(ReadConfigurationListener listener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||