|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.control.system.SystemOperator
org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem
org.mklab.tool.control.system.math.Product
public class Product
入力の乗算・除算した結果を出力するシステムを表わすクラスです。
| コンストラクタの概要 | |
|---|---|
Product()
新しく生成された Productオブジェクトを初期化します。 |
|
Product(List<Boolean> multipliers)
新しく生成された Productオブジェクトを初期化します。 |
|
| メソッドの概要 | |
|---|---|
boolean |
equals(Object o)
|
int |
hashCode()
|
Matrix |
outputEquation(double t,
Matrix u)
直達項をもつシステムの出力を返します。 |
void |
setInputSize(int size)
入力の数を設定します。 |
void |
setMultipliers(List<Boolean> multipliers)
乗算または除算の指定(乗算ならばtrue、除算ならばfalse)を設定します。 |
void |
setOutputSize(int size)
出力の数を設定します。 |
| クラス org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem から継承されたメソッド |
|---|
initialize, inputOutputEquation, outputEquation |
| クラス org.mklab.tool.control.system.SystemOperator から継承されたメソッド |
|---|
clone, 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, toString, transformFrom, transformTo |
| クラス java.lang.Object から継承されたメソッド |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Product()
Productオブジェクトを初期化します。
public Product(List<Boolean> multipliers)
Productオブジェクトを初期化します。
multipliers - 乗算または除算の指定(乗算ならばtrue、除算ならばfalse)| メソッドの詳細 |
|---|
public Matrix outputEquation(double t,
Matrix u)
StaticSystem の記述:出力方程式を表します。
StaticSystem 内の outputEquationBaseContinuousStaticSystem 内の outputEquationt - 時刻u - 入力
BaseContinuousStaticSystem.outputEquation(double, org.mklab.nfc.matrix.Matrix)public void setMultipliers(List<Boolean> multipliers)
multipliers - 乗算または除算の指定(乗算ならばtrue、除算ならばfalse)public void setInputSize(int size)
SystemOperator の記述:
SystemOperator 内の setInputSizesize - 入力の数SystemOperator.setInputSize(int)public void setOutputSize(int size)
SystemOperator の記述:
SystemOperator 内の setOutputSizesize - 出力の数SystemOperator.setOutputSize(int)public boolean equals(Object o)
SystemOperator 内の equalsSystemOperator.equals(java.lang.Object)public int hashCode()
SystemOperator 内の hashCodeSystemOperator.hashCode()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||