|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.control.system.SystemOperator
org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem
org.mklab.tool.control.system.math.ConstantSystem
public class ConstantSystem
定数システムを表わすクラスです。
コンストラクタの概要 | |
---|---|
ConstantSystem(int inputSize,
int outputSize)
新しく生成された ConstantSystem オブジェクトを初期化します。 |
|
ConstantSystem(Matrix gain)
新しく生成された ConstantSystem オブジェクトを初期化します。 |
メソッドの概要 | |
---|---|
ConstantSystem |
add(ConstantSystem opponent)
二つのシステムの和システムを返します。 |
LinearSystemOperator |
add(LinearSystemOperator opponent)
二つのシステムの和(並列結合)システムを求めます。 |
LinearSystemOperator |
add(LinearSystemOperator opponent,
boolean simplify)
二つのシステムの和(並列結合)システムを求めます。 |
ReversePolishNotationOperand |
add(ReversePolishNotationOperand opponent)
thisにopponentを加えたオペランドを返します。 |
void |
addSymbol(ReversePolishNotationSymbol symbol)
symbolを逆ポーランド記法のスタック(リスト)に追加します。 |
void |
addSymbols(List<ReversePolishNotationSymbol> symbols)
symbolのリストを逆ポーランド記法のスタック(リスト)に追加します。 |
ConstantSystem |
clone()
複製を生成します。 |
ReversePolishNotationOperand |
createNegativeUnitOperand(int size)
負の単位値をもつオペランドを返します。 |
ReversePolishNotationOperand |
createOperand(Object value)
指定された値をもつオペランドを返します。 |
List<ReversePolishNotationSymbol> |
createSymbolStack(ReversePolishNotationOperand opponent,
ReversePolishNotationOperator operator)
opponent、this、オペレーターのスタック(リスト)を返します。 |
ReversePolishNotationOperand |
createUnitOperand(int size)
単位値をもつオペランドを返します。 |
boolean |
equals(Object o)
|
ConstantSystem |
feedback(ConstantSystem opponent)
(ネガティブ)フィードバック結合したシステムを返します。 |
ConstantSystem |
feedback(ConstantSystem opponent,
boolean negativeFeedback)
フィードバック結合したシステムを返します。 |
LinearSystemOperator |
feedback(LinearSystemOperator system)
二つのシステムを(ネガティブ)フィードバック結合したシステムを求めます。 |
LinearSystemOperator |
feedback(LinearSystemOperator opponent,
boolean negativeFeedback)
二つのシステムをフィードバック結合したシステムを求めます。 |
LinearSystemOperator |
feedback(LinearSystemOperator opponent,
boolean negativeFeedback,
boolean simplify)
二つのシステムをフィードバック結合したシステムを求めます。 |
Matrix |
getA()
システム行列Aを返します。 |
Matrix |
getB()
入力行列Bを返します。 |
Matrix |
getC()
出力行列Cを返します。 |
Matrix |
getD()
ゲイン行列Dを返します。 |
String |
getExpression()
数式を返します。 |
Matrix |
getGain()
定数ゲイン行列を返します。 |
LinearSystem |
getLinearSystem()
線形システムの場合、線形システムの式を返します。 |
ReversePolishNotationOperand |
getMultipliedSystem()
掛け合わされたExpressionを持つSystemが返されます。 |
Matrix |
getOperandValue()
オペランドの値を返します。 |
ReversePolishNotationOperand |
getParsedOperand()
リストの中の要素を ReversePolishNotationOperand.isNegative() を評価し、add結合させてoperandにセットして返します。 |
ConstantSystem |
getSensitivityOfUnityFeedback(boolean negativeFeedback)
単一フィードバック系の感度関数「(I + K)~」(負フィードバック)、「(I - K)~」(正フィードバック)を返します。 |
String |
getSignedExpression()
符号付き数式表現を返します。 |
String |
getStringOfSymbol()
シンボルの文字列を返します。 |
List<ReversePolishNotationSymbol> |
getSymbolStack()
逆ポーランド記法のスタック(リスト)を返します。 |
String |
getTag()
識別するためのタグを返します。 |
int |
hashCode()
|
boolean |
hasVariableA()
A行列を変数として扱うか判定します。 |
boolean |
hasVariableB()
B行列を変数として扱うか判定します。 |
boolean |
hasVariableC()
C行列を変数として扱うか判定します。 |
boolean |
hasVariableD()
D行列を変数として扱うか判定します。 |
ConstantSystem |
inverse()
逆(逆数)を返します。 |
ConstantSystem |
invertSign()
符号を反転した値を返します。 |
boolean |
isNegative()
符号が負であるか判定します。 |
boolean |
isNegativeUnit()
負の単位システムであるか判定します。 |
boolean |
isNegativeUnitOperand()
負の単位値であるかを判定します。 |
static boolean |
isRequiringABCD()
状態空間を求めるから判定します。 |
boolean |
isReversePolishNotationOperator()
オペレータであるか判定します。 |
boolean |
isSingleTerm()
1個の項からなるシステムであるか判定します。 |
boolean |
isUnit()
単位システムであるか判定します。 |
boolean |
isUnitOperand()
単位値であるかを判定します。 |
boolean |
isUnityFeedbackWellPosed(boolean negativeFeedback)
単一フィードバック系がwell-posedであるか判定します。 |
boolean |
isVariable()
変数として扱うかを判定します。 |
boolean |
isZeroOperand()
ゼロであるかを判定します。 |
ConstantSystem |
multiply(ConstantSystem opponent)
二つのシステムの積システムを返します。 |
LinearSystemOperator |
multiply(LinearSystemOperator system)
二つのシステムの積(直列結合)システムを求めます。 |
LinearSystemOperator |
multiply(LinearSystemOperator opponent,
boolean simplify)
二つのシステムの積(直列結合)システムを求めます。 |
ReversePolishNotationOperand |
multiply(ReversePolishNotationOperand opponent)
thisにopponentを掛けたオペランドを返します。 |
Matrix |
outputEquation(double t,
Matrix u)
直達項をもつシステムの出力を返します。 |
void |
setExpression(String expression)
数式を設定します。 |
void |
setGain(Matrix gain)
定数ゲイン行列を設定します。 |
void |
setHasVariableA(boolean hasVariableA)
A行列を変数として扱うか設定します。 |
void |
setHasVariableB(boolean hasVariableB)
B行列を変数として扱うか設定します。 |
void |
setHasVariableC(boolean hasVariableC)
C行列を変数として扱うか設定します。 |
void |
setHasVariableD(boolean hasVariableD)
D行列を変数として扱うか設定します。 |
void |
setLinearSystem(LinearSystem system)
線形システムを設定します。 |
void |
setNegative(boolean isNegative)
符号を設定します。 |
static void |
setRequiringABCD(boolean reruiringABCD)
状態空間を求めるか設定します。 |
void |
setSingleTerm(boolean singleTerm)
1個の項からなるシステムであるかを設定します。 |
void |
setSymbolStack(List<ReversePolishNotationSymbol> reversePolishNotationSymbolStack)
逆ポーランド記法のスタック(リスト)をセットします。 |
void |
setTag(String tag)
識別するためのタグを設定します。 |
protected void |
setUnaryMinusExpression(ConstantSystem system)
符号を反転した数式を設定します。 |
void |
setVariable(boolean isVariable)
変数として扱うかを設定します。 |
ConstantSystem |
subtract(ConstantSystem opponent)
二つのシステムの差システムを返します。 |
LinearSystemOperator |
subtract(LinearSystemOperator opponent)
二つのシステムの差(並列結合)システムを求めます。 |
LinearSystemOperator |
subtract(LinearSystemOperator opponent,
boolean simplify)
二つのシステムの差(並列結合)システムを求めます。 |
ConstantSystem |
unaryMinus()
出力の符合を反転したシステムを求めます。 |
ConstantSystem |
unityFeedback()
(ネガティブ)単一フィードバック結合したシステムを求めます。 |
ConstantSystem |
unityFeedback(boolean negativeFeedback)
単一フィードバック結合したシステムを求めます。 |
ConstantSystem |
unityFeedback(boolean negativeFeedback,
boolean simplify)
単一フィードバック結合したシステムを求めます。 |
クラス 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, setInputSize, setLinear, setOutlet, setOutputSize, setParameter, setStateSize, setupParameters, toString, toString, transformFrom, transformTo |
クラス java.lang.Object から継承されたメソッド |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public ConstantSystem(int inputSize, int outputSize)
ConstantSystem
オブジェクトを初期化します。
inputSize
- 入力数outputSize
- 出力数public ConstantSystem(Matrix gain)
ConstantSystem
オブジェクトを初期化します。
gain
- 定数ゲイン行列メソッドの詳細 |
---|
public void setGain(Matrix gain)
gain
- 定数ゲイン行列public Matrix outputEquation(double t, Matrix u)
StaticSystem
の記述:出力方程式を表します。
StaticSystem
内の outputEquation
BaseContinuousStaticSystem
内の outputEquation
t
- 時刻u
- 入力
BaseContinuousStaticSystem.outputEquation(double, org.mklab.nfc.matrix.Matrix)
public boolean isUnit()
public boolean isNegativeUnit()
public ConstantSystem add(ConstantSystem opponent)
opponent
- 足すシステム
public ConstantSystem subtract(ConstantSystem opponent)
opponent
- 引くシステム
public ConstantSystem multiply(ConstantSystem opponent)
opponent
- 掛けるシステム
public ConstantSystem feedback(ConstantSystem opponent)
opponent
- フィードバック成分
public ConstantSystem feedback(ConstantSystem opponent, boolean negativeFeedback)
opponent
- フィードバック要素negativeFeedback
- ネガティブフィードバックならばtrue、そうでなければfalse
public Matrix getGain()
public LinearSystem getLinearSystem()
SystemOperator
の記述:
LinearSystemOperator
内の getLinearSystem
SystemOperator
内の getLinearSystem
LinearSystemOperator.getLinearSystem()
public void setLinearSystem(LinearSystem system)
LinearSystemOperator
の記述:入力数、出力数、状態数は、自動的に設定されませんので、別途設定をして下さい。
LinearSystemOperator
内の setLinearSystem
system
- 線形システムのデータLinearSystemOperator.setLinearSystem(org.mklab.tool.control.LinearSystem)
public boolean hasVariableA()
LinearSystemOperator
の記述:
LinearSystemOperator
内の hasVariableA
LinearSystemOperator.hasVariableA()
public boolean hasVariableB()
LinearSystemOperator
の記述:
LinearSystemOperator
内の hasVariableB
LinearSystemOperator.hasVariableB()
public boolean hasVariableC()
LinearSystemOperator
の記述:
LinearSystemOperator
内の hasVariableC
LinearSystemOperator.hasVariableC()
public boolean hasVariableD()
LinearSystemOperator
の記述:
LinearSystemOperator
内の hasVariableD
LinearSystemOperator.hasVariableD()
public void setHasVariableA(boolean hasVariableA)
LinearSystemOperator
の記述:
LinearSystemOperator
内の setHasVariableA
hasVariableA
- A行列を変数として扱うならばtrue、そうでなければfalseLinearSystemOperator.setHasVariableA(boolean)
public void setHasVariableB(boolean hasVariableB)
LinearSystemOperator
の記述:
LinearSystemOperator
内の setHasVariableB
hasVariableB
- B行列を変数として扱うならばtrue、そうでなければfalseLinearSystemOperator.setHasVariableB(boolean)
public void setHasVariableC(boolean hasVariableC)
LinearSystemOperator
の記述:
LinearSystemOperator
内の setHasVariableC
hasVariableC
- C行列を変数として扱うならばtrue、そうでなければfalseLinearSystemOperator.setHasVariableC(boolean)
public void setHasVariableD(boolean hasVariableD)
LinearSystemOperator
の記述:
LinearSystemOperator
内の setHasVariableD
hasVariableD
- D行列を変数として扱うならばtrue、そうでなければfalseLinearSystemOperator.setHasVariableD(boolean)
public Matrix getA()
LinearSystemOperator
の記述:
LinearSystemOperator
内の getA
LinearSystemOperator.getA()
public Matrix getB()
LinearSystemOperator
の記述:
LinearSystemOperator
内の getB
LinearSystemOperator.getB()
public Matrix getC()
LinearSystemOperator
の記述:
LinearSystemOperator
内の getC
LinearSystemOperator.getC()
public Matrix getD()
LinearSystemOperator
の記述:
LinearSystemOperator
内の getD
LinearSystemOperator.getD()
public LinearSystemOperator add(LinearSystemOperator opponent)
LinearSystemOperator
の記述:生成されるシステムを簡単化します。
LinearSystemOperator
内の add
opponent
- 加えるシステム
LinearSystemOperator.add(org.mklab.tool.control.system.LinearSystemOperator)
public LinearSystemOperator add(LinearSystemOperator opponent, boolean simplify)
LinearSystemOperator
の記述:
LinearSystemOperator
内の add
opponent
- 加えるシステムsimplify
- 生成されるシステムを簡単化するならばtrue、そうでなければfalse
LinearSystemOperator.add(org.mklab.tool.control.system.LinearSystemOperator, boolean)
public LinearSystemOperator subtract(LinearSystemOperator opponent)
LinearSystemOperator
の記述:生成されるシステムを簡単化します。
LinearSystemOperator
内の subtract
opponent
- 引くシステム
LinearSystemOperator.subtract(org.mklab.tool.control.system.LinearSystemOperator)
public LinearSystemOperator subtract(LinearSystemOperator opponent, boolean simplify)
LinearSystemOperator
の記述:
LinearSystemOperator
内の subtract
opponent
- 引くシステムsimplify
- 生成されるシステムを簡単化するならばtrue、そうでなければfalse
LinearSystemOperator.subtract(org.mklab.tool.control.system.LinearSystemOperator, boolean)
public LinearSystemOperator multiply(LinearSystemOperator system)
LinearSystemOperator
の記述:生成されるシステムを簡単化します。
LinearSystemOperator
内の multiply
system
- 掛けられるシステム
LinearSystemOperator.multiply(org.mklab.tool.control.system.LinearSystemOperator)
public LinearSystemOperator multiply(LinearSystemOperator opponent, boolean simplify)
LinearSystemOperator
の記述:生成されるシステムを簡単化します。
LinearSystemOperator
内の multiply
opponent
- 掛けられるシステムsimplify
- 生成されるシステムを簡単化するならばtrue、そうでなければfalse
LinearSystemOperator.multiply(org.mklab.tool.control.system.LinearSystemOperator, boolean)
public LinearSystemOperator feedback(LinearSystemOperator system)
LinearSystemOperator
の記述:生成されるシステムを簡単化します。
LinearSystemOperator
内の feedback
system
- フィードバック要素のシステム
LinearSystemOperator.feedback(org.mklab.tool.control.system.LinearSystemOperator)
public LinearSystemOperator feedback(LinearSystemOperator opponent, boolean negativeFeedback)
LinearSystemOperator
の記述:生成されるシステムを簡単化します。
LinearSystemOperator
内の feedback
opponent
- フィードバック要素のシステムnegativeFeedback
- ネガティブフィードバックならばtrue、そうでなければfalse
LinearSystemOperator.feedback(org.mklab.tool.control.system.LinearSystemOperator, boolean)
public LinearSystemOperator feedback(LinearSystemOperator opponent, boolean negativeFeedback, boolean simplify)
LinearSystemOperator
の記述:
LinearSystemOperator
内の feedback
opponent
- フィードバック要素のシステムnegativeFeedback
- ネガティブフィードバックならばtrue、そうでなければfalsesimplify
- 生成されるシステムを簡単化するならばtrue、そうでなければfalse
LinearSystemOperator.feedback(org.mklab.tool.control.system.LinearSystemOperator, boolean, boolean)
public ConstantSystem unaryMinus()
LinearSystemOperator
の記述:
LinearSystemOperator
内の unaryMinus
LinearSystemOperator.unaryMinus()
protected void setUnaryMinusExpression(ConstantSystem system)
system
- 対象となるシステムpublic ConstantSystem unityFeedback()
LinearSystemOperator
の記述:生成されるシステムを簡単化します。
LinearSystemOperator
内の unityFeedback
LinearSystemOperator.unityFeedback()
public ConstantSystem unityFeedback(boolean negativeFeedback)
LinearSystemOperator
の記述:生成されるシステムを簡単化します。
LinearSystemOperator
内の unityFeedback
negativeFeedback
- ネガティブフィードバックならばtrue、そうでなければfalse
LinearSystemOperator.unityFeedback(boolean)
public ConstantSystem unityFeedback(boolean negativeFeedback, boolean simplify)
LinearSystemOperator
の記述:
LinearSystemOperator
内の unityFeedback
negativeFeedback
- ネガティブフィードバックならばtrue、そうでなければfalsesimplify
- 生成されるシステムを簡単化するならばtrue、そうでなければfalse
LinearSystemOperator.unityFeedback(boolean, boolean)
public boolean isUnityFeedbackWellPosed(boolean negativeFeedback)
(I + G)または(I - G)が正則であるか判定します。
negativeFeedback
- 負フィードバックならばtrue、正フィードバックならばfalse
public ConstantSystem getSensitivityOfUnityFeedback(boolean negativeFeedback)
negativeFeedback
- 負フィードバックならばtrue、正フィードバックならばfalse
public ConstantSystem inverse()
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の inverse
ReversePolishNotationOperand.inverse()
public String getExpression()
SymbolicOperator
の記述:
ReversePolishNotationOperand
内の getExpression
SymbolicOperator
内の getExpression
SymbolicOperator.getExpression()
public void setExpression(String expression)
SymbolicOperator
の記述:
ReversePolishNotationOperand
内の setExpression
SymbolicOperator
内の setExpression
expression
- 数式SymbolicOperator.setExpression(java.lang.String)
public String getTag()
LinearSystemOperator
の記述:
LinearSystemOperator
内の getTag
LinearSystemOperator.getTag()
public void setTag(String tag)
LinearSystemOperator
の記述:
LinearSystemOperator
内の setTag
tag
- タグLinearSystemOperator.setTag(java.lang.String)
public static boolean isRequiringABCD()
public static void setRequiringABCD(boolean reruiringABCD)
reruiringABCD
- 状態空間を求めるならばtrue、そうでなければfalsepublic boolean isSingleTerm()
ReversePolishNotationOperand
内の isSingleTerm
public void setSingleTerm(boolean singleTerm)
ReversePolishNotationOperand
内の setSingleTerm
singleTerm
- 1個の項からなるシステムならばtrue、そうでなければfalsepublic ConstantSystem clone()
GridElement
の記述:
GridElement<SystemOperator>
内の clone
SystemOperator
内の clone
SystemOperator.clone()
public int hashCode()
SystemOperator
内の hashCode
SystemOperator.hashCode()
public String getSignedExpression()
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の getSignedExpression
ReversePolishNotationOperand.getSignedExpression()
public ReversePolishNotationOperand getParsedOperand()
ReversePolishNotationOperand
の記述:ReversePolishNotationOperand.isNegative()
を評価し、add結合させてoperandにセットして返します。
ReversePolishNotationOperand
内の getParsedOperand
ReversePolishNotationOperand.getParsedOperand()
public void setSymbolStack(List<ReversePolishNotationSymbol> reversePolishNotationSymbolStack)
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の setSymbolStack
reversePolishNotationSymbolStack
- 逆ポーランド記法のスタック(リスト)ReversePolishNotationOperand.setSymbolStack(java.util.List)
public List<ReversePolishNotationSymbol> getSymbolStack()
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の getSymbolStack
ReversePolishNotationOperand.getSymbolStack()
public void addSymbol(ReversePolishNotationSymbol symbol)
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の addSymbol
symbol
- 加えるシンボルReversePolishNotationOperand.addSymbol(org.mklab.nfc.rpn.ReversePolishNotationSymbol)
public void addSymbols(List<ReversePolishNotationSymbol> symbols)
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の addSymbols
symbols
- 加えるシンボルのリストReversePolishNotationOperand.addSymbols(java.util.List)
public String getStringOfSymbol()
ReversePolishNotationSymbol
の記述:
ReversePolishNotationSymbol
内の getStringOfSymbol
ReversePolishNotationSymbol.getStringOfSymbol()
public boolean isNegative()
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の isNegative
ReversePolishNotationOperand.isNegative()
public boolean isReversePolishNotationOperator()
ReversePolishNotationSymbol
の記述:
ReversePolishNotationSymbol
内の isReversePolishNotationOperator
ReversePolishNotationSymbol.isReversePolishNotationOperator()
public List<ReversePolishNotationSymbol> createSymbolStack(ReversePolishNotationOperand opponent, ReversePolishNotationOperator operator)
ReversePolishNotationOperand
の記述:オペランドのスタックは展開されます。
ReversePolishNotationOperand
内の createSymbolStack
opponent
- 演算の対象オペランドoperator
- オペレーター
ReversePolishNotationOperand.createSymbolStack(org.mklab.nfc.rpn.ReversePolishNotationOperand, org.mklab.nfc.rpn.ReversePolishNotationOperator)
public void setNegative(boolean isNegative)
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の setNegative
isNegative
- 負ならばtrue、正(ゼロを含む)ならばfalseReversePolishNotationOperand.setNegative(boolean)
public ConstantSystem invertSign()
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の invertSign
ReversePolishNotationOperand.invertSign()
public boolean isZeroOperand()
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の isZeroOperand
ReversePolishNotationOperand.isZeroOperand()
public ReversePolishNotationOperand add(ReversePolishNotationOperand opponent)
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の add
opponent
- 加える値
ReversePolishNotationOperand.add(org.mklab.nfc.rpn.ReversePolishNotationOperand)
public ReversePolishNotationOperand multiply(ReversePolishNotationOperand opponent)
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の multiply
opponent
- 掛ける値
ReversePolishNotationOperand.multiply(org.mklab.nfc.rpn.ReversePolishNotationOperand)
public ReversePolishNotationOperand getMultipliedSystem()
public boolean equals(Object o)
SystemOperator
内の equals
SystemOperator.equals(java.lang.Object)
public ReversePolishNotationOperand createOperand(Object value)
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の createOperand
value
- 値
ReversePolishNotationOperand.createOperand(java.lang.Object)
public ReversePolishNotationOperand createUnitOperand(int size)
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の createUnitOperand
size
- 大きさ
ReversePolishNotationOperand.createUnitOperand(int)
public ReversePolishNotationOperand createNegativeUnitOperand(int size)
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の createNegativeUnitOperand
size
- 大きさ
ReversePolishNotationOperand.createNegativeUnitOperand(int)
public void setVariable(boolean isVariable)
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の setVariable
isVariable
- 変数として扱うならばtrue、そうでなければfalseReversePolishNotationOperand.setVariable(boolean)
public boolean isVariable()
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の isVariable
ReversePolishNotationOperand.isVariable()
public boolean isUnitOperand()
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の isUnitOperand
ReversePolishNotationOperand.isUnitOperand()
public boolean isNegativeUnitOperand()
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の isNegativeUnitOperand
ReversePolishNotationOperand.isNegativeUnitOperand()
public Matrix getOperandValue()
ReversePolishNotationOperand
の記述:
ReversePolishNotationOperand
内の getOperandValue
ReversePolishNotationOperand.getOperandValue()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |