|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsynoptic.plugins.merge.JSAsynchronousMergeDSCollection.AsynchronousMergeDataSourceInformation
public static class JSAsynchronousMergeDSCollection.AsynchronousMergeDataSourceInformation
A nested class dedicated to serialize information about a merged data.
| Field Summary | |
|---|---|
DataSource |
data
A data source to merge |
double |
initialDate
An optional initial date used in case a relative time to absolute time conversion has to be performed |
boolean |
isRelative
Time reference is expressed in relative format (number of seconds) |
boolean |
mergeAllRelatedCollection
If true, all collection that hold data source has to be merged |
double |
offset
Offset applied to time reference values |
DataSource |
timeReference
When data is synchronous: data sous related to time referenc |
| Constructor Summary | |
|---|---|
JSAsynchronousMergeDSCollection.AsynchronousMergeDataSourceInformation(DataSourceCollection collection,
DataSource refTime,
boolean isRelative,
double offset,
double initialDate)
|
|
JSAsynchronousMergeDSCollection.AsynchronousMergeDataSourceInformation(DataSource dataSource,
DataSource refTime,
boolean isRelative,
double offset,
double initialDate)
|
|
JSAsynchronousMergeDSCollection.AsynchronousMergeDataSourceInformation(TimeStampedDataSourceCollection collection,
double offset)
|
|
JSAsynchronousMergeDSCollection.AsynchronousMergeDataSourceInformation(TimeStampedDataSource dataSource,
double offset)
|
|
| Method Summary | |
|---|---|
static DataSourceCollection |
creationCollectionFromDataSource(DataSource ds)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public transient DataSource data
public boolean mergeAllRelatedCollection
public transient DataSource timeReference
public boolean isRelative
public double offset
public double initialDate
| Constructor Detail |
|---|
public JSAsynchronousMergeDSCollection.AsynchronousMergeDataSourceInformation(TimeStampedDataSourceCollection collection,
double offset)
public JSAsynchronousMergeDSCollection.AsynchronousMergeDataSourceInformation(TimeStampedDataSource dataSource,
double offset)
public JSAsynchronousMergeDSCollection.AsynchronousMergeDataSourceInformation(DataSourceCollection collection,
DataSource refTime,
boolean isRelative,
double offset,
double initialDate)
public JSAsynchronousMergeDSCollection.AsynchronousMergeDataSourceInformation(DataSource dataSource,
DataSource refTime,
boolean isRelative,
double offset,
double initialDate)
| Method Detail |
|---|
public static DataSourceCollection creationCollectionFromDataSource(DataSource ds)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||