|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.control.system.SystemOperator
org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem
org.mklab.tool.control.system.math.ConstantSystem
org.mklab.tool.control.system.math.NegativeUnitSystem
public class NegativeUnitSystem
マイナスの単位システムを表わすクラスです。
| コンストラクタの概要 | |
|---|---|
NegativeUnitSystem(int degree)
新しく生成された UnitSystemオブジェクトを初期化します。 |
|
| メソッドの概要 | |
|---|---|
boolean |
isNegativeUnit()
負の単位システムであるか判定します。 |
boolean |
isNegativeUnitOperand()
負の単位値であるかを判定します。 |
ConstantSystem |
multiply(ConstantSystem opponent)
二つのシステムの積システムを返します。 |
void |
setInputSize(int inputSize)
入力の数を設定します。 |
void |
setOutputSize(int outputSize)
出力の数を設定します。 |
ConstantSystem |
unaryMinus()
出力の符合を反転したシステムを求めます。 |
| クラス org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem から継承されたメソッド |
|---|
initialize, inputOutputEquation, outputEquation |
| クラス org.mklab.tool.control.system.SystemOperator から継承されたメソッド |
|---|
compare, createArray, createArray, createGrid, createGrid, createZero, getInputSize, 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 NegativeUnitSystem(int degree)
UnitSystemオブジェクトを初期化します。
degree - 次数| メソッドの詳細 |
|---|
public void setInputSize(int inputSize)
SystemOperator の記述:
SystemOperator 内の setInputSizeinputSize - 入力の数SystemOperator.setInputSize(int)public ConstantSystem multiply(ConstantSystem opponent)
ConstantSystem の記述:
ConstantSystem 内の multiplyopponent - 掛けるシステム
ConstantSystem.multiply(org.mklab.tool.control.system.math.ConstantSystem)public ConstantSystem unaryMinus()
LinearSystemOperator の記述:
LinearSystemOperator 内の unaryMinusConstantSystem 内の unaryMinusLinearSystemOperator.unaryMinus()public void setOutputSize(int outputSize)
SystemOperator の記述:
SystemOperator 内の setOutputSizeoutputSize - 出力の数SystemOperator.setOutputSize(int)public boolean isNegativeUnit()
ConstantSystem の記述:
ConstantSystem 内の isNegativeUnitConstantSystem.isNegativeUnit()public boolean isNegativeUnitOperand()
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の isNegativeUnitOperandConstantSystem 内の isNegativeUnitOperandConstantSystem.isNegativeUnitOperand()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||