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, getStartTimepublic TimewindowInformation(double startTime,
double endTime,
Station station,
GlobalCMTID id,
SACComponent component)
public int compareTo(Timewindow o)
compareTo インタフェース内 java.lang.Comparable<Timewindow>compareTo クラス内 Timewindowpublic int hashCode()
hashCode クラス内 Timewindowpublic boolean equals(java.lang.Object obj)
equals クラス内 Timewindowpublic Station getStation()
public GlobalCMTID getGlobalCMTID()
public SACComponent getComponent()
public java.lang.String toString()
toString クラス内 Timewindow