|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsynoptic.plugins.merge.JSSynchronousMergeDSCollection.SynchronousMergeDataSourceInformation
public static class JSSynchronousMergeDSCollection.SynchronousMergeDataSourceInformation
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 reference |
Constructor Summary | |
---|---|
JSSynchronousMergeDSCollection.SynchronousMergeDataSourceInformation(DataSourceCollection collection,
DataSource refTime,
boolean isRelative,
double offset,
double initialDate)
|
|
JSSynchronousMergeDSCollection.SynchronousMergeDataSourceInformation(DataSource dataSource,
DataSource refTime,
boolean isRelative,
double offset,
double initialDate)
|
|
JSSynchronousMergeDSCollection.SynchronousMergeDataSourceInformation(TimeStampedDataSourceCollection collection,
double offset)
|
|
JSSynchronousMergeDSCollection.SynchronousMergeDataSourceInformation(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 JSSynchronousMergeDSCollection.SynchronousMergeDataSourceInformation(TimeStampedDataSourceCollection collection, double offset)
public JSSynchronousMergeDSCollection.SynchronousMergeDataSourceInformation(TimeStampedDataSource dataSource, double offset)
public JSSynchronousMergeDSCollection.SynchronousMergeDataSourceInformation(DataSourceCollection collection, DataSource refTime, boolean isRelative, double offset, double initialDate)
public JSSynchronousMergeDSCollection.SynchronousMergeDataSourceInformation(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 |