|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MergeDSCollection
A MergeDSCollection is able to merge data with its own contents. Merged data can be either a collection or a single data. It shall be possible to merge synchronous or asynchronous (time stamped) data.
| Method Summary | |
|---|---|
void |
add(DataSourceCollection collection,
DataSource timeRef,
boolean isRelative,
double offset,
double initialDate)
Merge a synchronous collection to the mergeDSCollection. |
void |
add(DataSource data,
DataSource timeRef,
boolean isRelative,
double offset,
double initialDate)
Merge a synchronous data to the mergeDSCollection. |
void |
add(TimeStampedDataSourceCollection collection,
double offset,
double initialDate)
Merge a time stamped collection to the mergeDSCollection |
void |
add(TimeStampedDataSource data,
double offset,
double initialDate)
Merge a time stamped data to the mergeDSCollection |
| Method Detail |
|---|
void add(TimeStampedDataSourceCollection collection,
double offset,
double initialDate)
throws MergeDataException
collection - offset - initialDate - An initial absolute date for relative <-> absolute consersion
MergeDataException
void add(TimeStampedDataSource data,
double offset,
double initialDate)
throws MergeDataException
data - offset - initialDate - An initial absolute date for relative <-> absolute consersion
MergeDataException
void add(DataSourceCollection collection,
DataSource timeRef,
boolean isRelative,
double offset,
double initialDate)
throws MergeDataException
collection - timeRef - true is timeRef is expressed with relative time.isRelative - offset - initialDate - An initial absolute date for relative <-> absolute consersion
MergeDataException
void add(DataSource data,
DataSource timeRef,
boolean isRelative,
double offset,
double initialDate)
throws MergeDataException
data - timeRef - isRelative - true is timeRef is expressed with relative time.offset - initialDate - An initial absolute date for relative <-> absolute consersion
MergeDataException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||