Dsl (Digital Simulation Library) for .Net
The DslDialogBox type exposes the following members.
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode |
特定の型のハッシュ関数として機能します。 (Inherited from Object.) |
|
GetType |
現在のインスタンスの Type を取得します。 (Inherited from Object.) |
|
MemberwiseClone |
現在の Object の簡易コピーを作成します。 (Inherited from Object.) |
|
Run(Processor) |
processor.Time から processor.TimeLimit まで時間刻み processor.Step で計算を実行します。
VariableFilterで指定したフィルターでグラフ出力指定された変数があれば、
その変数の実行結果は後の Show() メソッド表示できるように蓄積されます。
|
|
Run(Processor, Double, Double, Double) |
startTime から stopTime まで時間刻み step で計算を実行します。
VariableFilterで指定したフィルターでグラフ出力指定された変数があれば、
その変数の実行結果は後の Show() メソッド表示できるように蓄積されます。
|
|
Show(IWin32Window, Processor) |
Processor に登録されている Variable の状態や計算順序や実行時の折れ線グラフなどを描画する
ダイアログボックスを表示させます。
|
|
Show(IWin32Window, Processor, Double, Double, Double) |
Processor に登録されている Variable の状態や計算順序や実行時の折れ線グラフなどを描画する
ダイアログボックスを表示させます。startTime <= stopTime かつ step >= 0 なら表示する前に計算が実行されます。
|
|
ToString | (Inherited from Object.) |