|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.control.system.SystemOperator
org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem
org.mklab.tool.control.system.math.MathematicalFunction
public class MathematicalFunction
数学関数を表わすクラスです。
| コンストラクタの概要 | |
|---|---|
MathematicalFunction()
新しく生成された MathFunctionオブジェクトを初期化します。 |
|
MathematicalFunction(MathematicalFunctionType type)
新しく生成された MathFunctionオブジェクトを初期化します。 |
|
| メソッドの概要 | |
|---|---|
MathematicalFunction |
clone()
複製を生成します。 |
boolean |
equals(Object o)
|
String |
getFunction()
関数の式を返します。 |
String |
getString(String key)
外部化された文字列を返します。 |
int |
hashCode()
|
Matrix |
outputEquation(double t,
Matrix u)
直達項をもつシステムの出力を返します。 |
void |
setInputSize(int size)
入力の数を設定します。 |
void |
setOutputSize(int size)
出力の数を設定します。 |
String |
toString()
入力数、出力数、状態数を文字列に変換します。 |
| クラス org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem から継承されたメソッド |
|---|
initialize, inputOutputEquation, outputEquation |
| クラス org.mklab.tool.control.system.SystemOperator から継承されたメソッド |
|---|
compare, createArray, createArray, createGrid, createGrid, createZero, getInputSize, getLinearSystem, getOutputSize, getParameter, getParameters, getStateSize, hasDirectFeedthrough, isAutoSize, isDynamic, isForecdSystem, isInlet, isLinear, isOutlet, isSISO, isSizeDefined, isStatic, isTransformableFrom, isTransformableTo, isZero, resetAutoSize, setAutoSize, setDynamic, setForcedSystem, setHasDirectFeedthrough, setInlet, setLinear, setOutlet, setParameter, setStateSize, setupParameters, toString, transformFrom, transformTo |
| クラス java.lang.Object から継承されたメソッド |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public MathematicalFunction()
MathFunctionオブジェクトを初期化します。
public MathematicalFunction(MathematicalFunctionType type)
MathFunctionオブジェクトを初期化します。
type - 数学関数の種類| メソッドの詳細 |
|---|
public String toString()
SystemOperator の記述:
GridElement<SystemOperator> 内の toStringSystemOperator 内の toStringSystemOperator.toString()
public Matrix outputEquation(double t,
Matrix u)
StaticSystem の記述:出力方程式を表します。
StaticSystem 内の outputEquationBaseContinuousStaticSystem 内の outputEquationt - 時刻u - 入力
BaseContinuousStaticSystem.outputEquation(double, org.mklab.nfc.matrix.Matrix)public void setInputSize(int size)
SystemOperator の記述:
SystemOperator 内の setInputSizesize - 入力の数SystemOperator.setInputSize(int)public void setOutputSize(int size)
SystemOperator の記述:
SystemOperator 内の setOutputSizesize - 出力の数SystemOperator.setOutputSize(int)public String getString(String key)
StringExternalizable の記述:
StringExternalizable 内の getStringkey - キー
StringExternalizable.getString(java.lang.String)public String getFunction()
public boolean equals(Object o)
SystemOperator 内の equalsSystemOperator.equals(java.lang.Object)public int hashCode()
SystemOperator 内の hashCodeSystemOperator.hashCode()public MathematicalFunction clone()
GridElement の記述:
GridElement<SystemOperator> 内の cloneSystemOperator 内の cloneSystemOperator.clone()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||