public class TimewindowInformation extends Timewindow
This class is IMMUTABLE
The information contains a component, a station and a global CMT ID.
endTime, startTime
コンストラクタと説明 |
---|
TimewindowInformation(double startTime,
double endTime,
Station station,
GlobalCMTID id,
SACComponent component) |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
compareTo(Timewindow o) |
boolean |
equals(java.lang.Object obj) |
SACComponent |
getComponent() |
GlobalCMTID |
getGlobalCMTID() |
Station |
getStation() |
int |
hashCode() |
java.lang.String |
toString() |
getEndTime, getStartTime
public TimewindowInformation(double startTime, double endTime, Station station, GlobalCMTID id, SACComponent component)
public int compareTo(Timewindow o)
compareTo
インタフェース内 java.lang.Comparable<Timewindow>
compareTo
クラス内 Timewindow
public int hashCode()
hashCode
クラス内 Timewindow
public boolean equals(java.lang.Object obj)
equals
クラス内 Timewindow
public Station getStation()
public GlobalCMTID getGlobalCMTID()
public SACComponent getComponent()
public java.lang.String toString()
toString
クラス内 Timewindow