|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectto.tetramorph.starbase.chartmodule.OBECalendar
public class OBECalendar
幽体離脱最適日を計算する。
コンストラクタの概要 | |
---|---|
OBECalendar(OBECalendarListener l)
OBECalendar オブジェクトを作成する |
メソッドの概要 | |
---|---|
static double[][] |
getTable(TimePlace transitTimePlace,
TimePlace natalTimePlace,
int maxHour)
getAspectを呼び出して、1時間刻みの体脱スコアを返す。 |
static void |
main(String[] args)
|
void |
setTimePlace(TimePlace transitTimePlace,
TimePlace natalTimePlace,
int maxHour)
getAspectを別スレッドで呼び出して計算し、計算結果はOBECalendarListener を呼び出すことで通達する。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public OBECalendar(OBECalendarListener l)
l
- setTimePlace()の計算結果通達用のリスナメソッドの詳細 |
---|
public static double[][] getTable(TimePlace transitTimePlace, TimePlace natalTimePlace, int maxHour)
public void setTimePlace(TimePlace transitTimePlace, TimePlace natalTimePlace, int maxHour)
public static void main(String[] args)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |