Package | Description |
---|---|
org.ojalgo.series | |
org.ojalgo.series.function | |
org.ojalgo.series.primitive | |
org.ojalgo.type | |
org.ojalgo.type.context |
Modifier and Type | Method and Description |
---|---|
CalendarDateUnit |
CoordinationSet.getResolution() |
CalendarDateUnit |
CalendarDateSeries.getResolution() |
Modifier and Type | Method and Description |
---|---|
CoordinationSet<N> |
CoordinationSet.prune(CalendarDateUnit resolution)
Will prune and resample the data
|
CoordinationSet<N> |
CoordinationSet.resample(CalendarDateUnit resolution) |
Constructor and Description |
---|
CalendarDateSeries(CalendarDateUnit resolution) |
CoordinationSet(CalendarDateUnit resolution) |
CoordinationSet(Collection<CalendarDateSeries<N>> seriesCollection,
CalendarDateUnit resolution) |
Modifier and Type | Method and Description |
---|---|
protected CalendarDateUnit |
SeriesForecaster.getResolution() |
Modifier and Type | Method and Description |
---|---|
CalendarDateUnit |
ImplicitTimeSeries.resolution() |
Constructor and Description |
---|
ImplicitTimeSeries(Calendar aFirst,
CalendarDateUnit aResolution,
PrimitiveSeries aValueSeries) |
ImplicitTimeSeries(CalendarDate aFirst,
CalendarDateUnit aResolution,
PrimitiveSeries aValueSeries) |
ImplicitTimeSeries(Date aFirst,
CalendarDateUnit aResolution,
PrimitiveSeries aValueSeries) |
Modifier and Type | Field and Description |
---|---|
CalendarDateUnit |
CalendarDateDuration.unit |
Modifier and Type | Method and Description |
---|---|
static CalendarDateUnit |
CalendarDateUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarDateUnit[] |
CalendarDateUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
CalendarDateUnit.convert(CalendarDateUnit aSourceDurationUnit) |
double |
CalendarDateUnit.convert(double sourceDurationMeasure,
CalendarDateUnit sourceDurationUnit) |
long |
CalendarDateUnit.convert(long sourceMeassure,
CalendarDateUnit sourceUnit) |
CalendarDateDuration |
CalendarDateDuration.convertTo(CalendarDateUnit newUnit) |
CalendarDate |
CalendarDate.filter(CalendarDateUnit resolution) |
static CalendarDateDuration |
Stopwatch.meassure(Runnable task,
CalendarDateUnit unit) |
ScheduleBuilder |
ScheduleBuilder.repetition(int aRepetitionMeassure,
CalendarDateUnit aRepetitionUnit) |
ScheduleBuilder |
ScheduleBuilder.start(int aDelayMeassure,
CalendarDateUnit aDelayUnit) |
CalendarDate |
CalendarDate.step(CalendarDateUnit aStepUnit) |
CalendarDate |
CalendarDate.step(int aStepCount,
CalendarDateUnit aStepUnit) |
CalendarDateDuration |
Stopwatch.stop(CalendarDateUnit unit) |
Constructor and Description |
---|
CalendarDateDuration(double aMeasure,
CalendarDateUnit aUnit) |
TypeCache(long aPurgeIntervalMeassure,
CalendarDateUnit aPurgeIntervalUnit) |
Modifier and Type | Method and Description |
---|---|
CalendarDateUnit |
DateContext.getUnit() |
Copyright © 2019 Optimatika. All rights reserved.