Uses of Class
org.ojalgo.type.CalendarDateDuration
-
Packages that use CalendarDateDuration Package Description org.ojalgo.data.domain.finance.portfolio Classes in this package relate to modelling of financial investment portfolios, and Modern Portfolio Theory.org.ojalgo.data.domain.finance.series org.ojalgo.optimisation org.ojalgo.optimisation.integer org.ojalgo.series.function org.ojalgo.type -
-
Uses of CalendarDateDuration in org.ojalgo.data.domain.finance.portfolio
Methods in org.ojalgo.data.domain.finance.portfolio with parameters of type CalendarDateDuration Modifier and Type Method Description OptimisedPortfolio.OptimiserOptimisedPortfolio.Optimiser. time(CalendarDateDuration max) -
Uses of CalendarDateDuration in org.ojalgo.data.domain.finance.series
Fields in org.ojalgo.data.domain.finance.series declared as CalendarDateDuration Modifier and Type Field Description private static CalendarDateDurationYahooSession. DURATION_30_YEARSDeprecated.private static CalendarDateDurationYahooSessionOld. DURATION_30_YEARSDeprecated. -
Uses of CalendarDateDuration in org.ojalgo.optimisation
Methods in org.ojalgo.optimisation that return CalendarDateDuration Modifier and Type Method Description protected CalendarDateDurationGenericSolver. getDuration()The number of s since solver instantiated or iterations count reset.Methods in org.ojalgo.optimisation with parameters of type CalendarDateDuration Modifier and Type Method Description Optimisation.OptionsOptimisation.Options. abort(CalendarDateDuration duration)Set theOptimisation.Options.time_abortto the given duration.protected voidGenericSolver. logProgress(int iterationsDone, java.lang.String classSimpleName, CalendarDateDuration duration)Optimisation.OptionsOptimisation.Options. suffice(CalendarDateDuration duration)Set theOptimisation.Options.time_sufficeto the given duration. -
Uses of CalendarDateDuration in org.ojalgo.optimisation.integer
Methods in org.ojalgo.optimisation.integer with parameters of type CalendarDateDuration Modifier and Type Method Description protected voidIntegerSolver. logProgress(int iterationsDone, java.lang.String classSimpleName, CalendarDateDuration duration) -
Uses of CalendarDateDuration in org.ojalgo.series.function
Methods in org.ojalgo.series.function with parameters of type CalendarDateDuration Modifier and Type Method Description abstract java.util.Map<java.lang.String,Access1D<?>>SeriesForecaster. invoke(CalendarDateDuration... horizon) -
Uses of CalendarDateDuration in org.ojalgo.type
Fields in org.ojalgo.type declared as CalendarDateDuration Modifier and Type Field Description CalendarDateDurationStopwatch.TimedResult. durationMethods in org.ojalgo.type that return CalendarDateDuration Modifier and Type Method Description CalendarDateDurationCalendarDateUnit. convert(CalendarDateDuration sourceDuration)CalendarDateDurationCalendarDateDuration. convertTo(CalendarDateUnit newUnit)static CalendarDateDurationStopwatch. meassure(java.lang.Runnable task)Meassure task duration using this class' stopwatch functionality.static CalendarDateDurationStopwatch. meassure(java.lang.Runnable task, CalendarDateUnit unit)CalendarDateDurationCalendarDateUnit. newDuration(double meassure)(package private) static CalendarDateDurationCalendarDateDuration. of(long nanos)CalendarDateDurationStopwatch. restart()DoesStopwatch.stop()ANDStopwatch.reset()CalendarDateDurationStopwatch. restart(CalendarDateUnit unit)CalendarDateDurationStopwatch. stop()This method can be called repeatedly without resetting (doesn't actually stop the timing process)CalendarDateDurationStopwatch. stop(CalendarDateUnit unit)Methods in org.ojalgo.type with parameters of type CalendarDateDuration Modifier and Type Method Description intCalendarDateDuration. compareTo(CalendarDateDuration reference)CalendarDateDurationCalendarDateUnit. convert(CalendarDateDuration sourceDuration)ForgetfulMap.BuilderForgetfulMap.Builder. expireAfterAccess(CalendarDateDuration duration)ForgetfulMap.BuilderForgetfulMap.Builder. expireAfterWrite(CalendarDateDuration duration)booleanStopwatch. isLessThan(CalendarDateDuration duration)booleanStopwatch. isMoreThan(CalendarDateDuration duration)CalendarDateCalendarDate. step(CalendarDateDuration aStepDuration)Only steps with the int part of measure .Constructors in org.ojalgo.type with parameters of type CalendarDateDuration Constructor Description TimedResult(T result, CalendarDateDuration duration)
-