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 CalendarDateDuration
YahooSession.DURATION_30_YEARS
Deprecated.private static final CalendarDateDuration
YahooSessionOld.DURATION_30_YEARS
Deprecated. -
Uses of CalendarDateDuration in org.ojalgo.optimisation
Methods in org.ojalgo.optimisation that return CalendarDateDurationModifier and TypeMethodDescriptionprotected final CalendarDateDuration
GenericSolver.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_abort
to the given duration.protected void
GenericSolver.logProgress
(int iterationsDone, String classSimpleName, CalendarDateDuration duration) Optimisation.Options.suffice
(CalendarDateDuration duration) Set theOptimisation.Options.time_suffice
to the given duration. -
Uses of CalendarDateDuration in org.ojalgo.optimisation.integer
Methods in org.ojalgo.optimisation.integer with parameters of type CalendarDateDurationModifier and TypeMethodDescriptionprotected void
IntegerSolver.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
Fields in org.ojalgo.type declared as CalendarDateDurationMethods in org.ojalgo.type that return CalendarDateDurationModifier and TypeMethodDescriptionCalendarDateUnit.convert
(CalendarDateDuration sourceDuration) CalendarDateDuration.convertTo
(CalendarDateUnit newUnit) static CalendarDateDuration
Meassure task duration using this class' stopwatch functionality.static CalendarDateDuration
Stopwatch.meassure
(Runnable task, CalendarDateUnit unit) CalendarDateUnit.newDuration
(double meassure) (package private) static CalendarDateDuration
CalendarDateDuration.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 TypeMethodDescriptionint
CalendarDateDuration.compareTo
(CalendarDateDuration reference) CalendarDateUnit.convert
(CalendarDateDuration sourceDuration) ForgetfulMap.Builder.expireAfterAccess
(CalendarDateDuration duration) ForgetfulMap.Builder.expireAfterWrite
(CalendarDateDuration duration) boolean
Stopwatch.isLessThan
(CalendarDateDuration duration) boolean
Stopwatch.isMoreThan
(CalendarDateDuration duration) CalendarDate.step
(CalendarDateDuration aStepDuration) Only steps with the int part of measure .Constructors in org.ojalgo.type with parameters of type CalendarDateDuration