Uses of Class
org.ojalgo.type.CalendarDateDuration
Packages that use CalendarDateDuration
Package
Description
Classes in this package relate to modelling of financial investment portfolios, and Modern Portfolio
Theory.
-
Uses of CalendarDateDuration in org.ojalgo.data.domain.finance.portfolio
Methods in org.ojalgo.data.domain.finance.portfolio with parameters of type CalendarDateDuration -
Uses of CalendarDateDuration in org.ojalgo.data.domain.finance.series
Fields in org.ojalgo.data.domain.finance.series declared as CalendarDateDurationModifier and TypeFieldDescriptionprivate static final CalendarDateDurationYahooSession.DURATION_30_YEARSDeprecated.private static final CalendarDateDurationYahooSessionOld.DURATION_30_YEARSDeprecated. -
Uses of CalendarDateDuration in org.ojalgo.optimisation
Methods in org.ojalgo.optimisation that return CalendarDateDurationModifier and TypeMethodDescriptionprotected final CalendarDateDurationGenericSolver.getDuration()The number of s since solver instantiated or iterations count reset.Methods in org.ojalgo.optimisation with parameters of type CalendarDateDurationModifier and TypeMethodDescriptionOptimisation.Options.abort(CalendarDateDuration duration) Set theOptimisation.Options.time_abortto the given duration.protected voidGenericSolver.logProgress(int iterationsDone, String classSimpleName, CalendarDateDuration duration) Optimisation.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 CalendarDateDurationModifier and TypeMethodDescriptionprotected voidIntegerSolver.logProgress(int iterationsDone, String classSimpleName, CalendarDateDuration duration) -
Uses of CalendarDateDuration in org.ojalgo.series.function
Methods in org.ojalgo.series.function with parameters of type CalendarDateDuration -
Uses of CalendarDateDuration in org.ojalgo.type
Classes in org.ojalgo.type that implement interfaces with type arguments of type CalendarDateDurationFields in org.ojalgo.type declared as CalendarDateDurationMethods in org.ojalgo.type that return CalendarDateDurationModifier and TypeMethodDescriptionCalendarDateUnit.convert(CalendarDateDuration sourceDuration) CalendarDateDuration.convertTo(CalendarDateUnit newUnit) static CalendarDateDurationMeassure task duration using this class' stopwatch functionality.static CalendarDateDurationStopwatch.meassure(Runnable task, CalendarDateUnit unit) CalendarDateUnit.newDuration(double meassure) (package private) static CalendarDateDurationCalendarDateDuration.of(long nanos) Stopwatch.restart()DoesStopwatch.stop()ANDStopwatch.reset()Stopwatch.restart(CalendarDateUnit unit) Stopwatch.stop()This method can be called repeatedly without resetting (doesn't actually stop the timing process)Stopwatch.stop(CalendarDateUnit unit) Methods in org.ojalgo.type with parameters of type CalendarDateDurationModifier and TypeMethodDescriptionintCalendarDateDuration.compareTo(CalendarDateDuration reference) CalendarDateUnit.convert(CalendarDateDuration sourceDuration) ForgetfulMap.Builder.expireAfterAccess(CalendarDateDuration duration) ForgetfulMap.Builder.expireAfterWrite(CalendarDateDuration duration) booleanStopwatch.isLessThan(CalendarDateDuration duration) booleanStopwatch.isMoreThan(CalendarDateDuration duration) CalendarDate.step(CalendarDateDuration aStepDuration) Only steps with the int part of CalendarDateDuration.measure .Constructors in org.ojalgo.type with parameters of type CalendarDateDuration