public abstract static class AbstractSolarActivityDataLoader.LineParameters extends Object implements TimeStamped, Comparable<AbstractSolarActivityDataLoader.LineParameters>, Serializable
Modifier | Constructor and Description |
---|---|
protected |
LineParameters(AbsoluteDate date)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract int |
compareTo(AbstractSolarActivityDataLoader.LineParameters lineParameters) |
abstract boolean |
equals(Object lineParameters)
Check if the instance represents the same parameters as given line parameters.
|
AbsoluteDate |
getDate()
Get the date.
|
abstract int |
hashCode()
Get a hashcode for this date.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
durationFrom
protected LineParameters(AbsoluteDate date)
date
- entry datepublic abstract int compareTo(AbstractSolarActivityDataLoader.LineParameters lineParameters)
compareTo
in interface Comparable<AbstractSolarActivityDataLoader.LineParameters>
public abstract boolean equals(Object lineParameters)
public abstract int hashCode()
public AbsoluteDate getDate()
TimeStamped
getDate
in interface TimeStamped
Copyright © 2002-2023 CS GROUP. All rights reserved.