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 BaseTimeBaseTime. infinityFuture()Returns a new BaseTime object initialized with the INF_FUTURE placeholder.static BaseTimeBaseTime. infinityPast()Returns a new BaseTime object initialized with the INF_PAST placeholder.static BaseTimeBaseTime. 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 BaseTimeBaseTimeToString. m_Endthe end time to use as basis for the evaluation.protected BaseTimeBaseTimeToString. m_Startthe start time to use as basis for the evaluation.Methods in adams.data.conversion that return BaseTime Modifier and Type Method Description BaseTimeBaseTimeToString. getEnd()Returns the end time used in the evaluation.BaseTimeBaseTimeToString. getStart()Returns the start time used in the evaluation.Methods in adams.data.conversion with parameters of type BaseTime Modifier and Type Method Description voidBaseTimeToString. setEnd(BaseTime value)Sets the end time to use in the evaluation.voidBaseTimeToString. 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 BaseTimeAbstractDataContainerFileChecker. m_CheckIntervalthe check interval for temporary blacklisted items, before checking them again.Methods in adams.flow.control that return BaseTime Modifier and Type Method Description BaseTimeAbstractDataContainerFileChecker. 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 voidAbstractDataContainerFileChecker. 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 BaseTimeBaseTimeEditor. newDateType(String s)Returns a new instance of the date type.protected BaseTimeBaseTimeEditor. newDateType(Date d)Returns a new instance of the date type.
-