|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsimtools.data.merge.SynchronousMergeDSCollection.IndirectParameter
public class SynchronousMergeDSCollection.IndirectParameter
This optimization is no longer used at the moment.
| Field Summary | |
|---|---|
protected int |
phase
The number of indexes to skip to be phased with collection merge time. |
protected double |
ratio
The ratio between the merged time frequency (f_mt) and another time source frequency (f_t) ratio = f_mt / f_t If ratio is lower than 1, mt is ratio times more frequent than t. |
protected double |
timeStart
The time source first value |
| Constructor Summary | |
|---|---|
SynchronousMergeDSCollection.IndirectParameter(double ratio,
double timeStart)
|
|
| Method Summary | |
|---|---|
long |
getIndex(long index)
|
protected void |
updatePhase()
Update regarding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final double ratio
protected final double timeStart
protected int phase
| Constructor Detail |
|---|
public SynchronousMergeDSCollection.IndirectParameter(double ratio,
double timeStart)
throws MergeDataException
ratio - -timeStart - - related time source first value
MergeDataException| Method Detail |
|---|
protected void updatePhase()
throws MergeDataException
MergeDataExceptionpublic long getIndex(long index)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||