Uses of Class
adams.core.base.BaseTime
-
Packages that use BaseTime Package Description adams.core.base adams.data.conversion adams.flow.control adams.gui.goe -
-
Uses of BaseTime in adams.core.base
Methods in adams.core.base that return BaseTime Modifier and Type Method Description static BaseTime
BaseTime. infinityFuture()
Returns a new BaseTime object initialized with the INF_FUTURE placeholder.static BaseTime
BaseTime. infinityPast()
Returns a new BaseTime object initialized with the INF_PAST placeholder.static BaseTime
BaseTime. now()
Returns a new BaseTime object initialized with the NOW placeholder. -
Uses of BaseTime in adams.data.conversion
Fields in adams.data.conversion declared as BaseTime Modifier and Type Field Description protected BaseTime
BaseTimeToString. m_End
the end time to use as basis for the evaluation.protected BaseTime
BaseTimeToString. m_Start
the start time to use as basis for the evaluation.Methods in adams.data.conversion that return BaseTime Modifier and Type Method Description BaseTime
BaseTimeToString. getEnd()
Returns the end time used in the evaluation.BaseTime
BaseTimeToString. getStart()
Returns the start time used in the evaluation.Methods in adams.data.conversion with parameters of type BaseTime Modifier and Type Method Description void
BaseTimeToString. setEnd(BaseTime value)
Sets the end time to use in the evaluation.void
BaseTimeToString. setStart(BaseTime value)
Sets the start time to use in the evaluation. -
Uses of BaseTime in adams.flow.control
Fields in adams.flow.control declared as BaseTime Modifier and Type Field Description protected BaseTime
AbstractDataContainerFileChecker. m_CheckInterval
the check interval for temporary blacklisted items, before checking them again.Methods in adams.flow.control that return BaseTime Modifier and Type Method Description BaseTime
AbstractDataContainerFileChecker. getCheckInterval()
Returns the check interval after which blacklisted files get checked again whether they can finally be loaded correctly.Methods in adams.flow.control with parameters of type BaseTime Modifier and Type Method Description void
AbstractDataContainerFileChecker. setCheckInterval(BaseTime value)
Sets the check interval after which blacklisted files get checked again whether they can finally be loaded correctly. -
Uses of BaseTime in adams.gui.goe
Methods in adams.gui.goe that return BaseTime Modifier and Type Method Description protected BaseTime
BaseTimeEditor. newDateType(String s)
Returns a new instance of the date type.protected BaseTime
BaseTimeEditor. newDateType(Date d)
Returns a new instance of the date type.
-