|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
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 内の outputEquationBaseContinuousStaticSystem 内の outputEquationt - 時刻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 内の getLinearSystemSystemOperator 内の getLinearSystemLinearSystemOperator.getLinearSystem()public void setLinearSystem(LinearSystem system)
LinearSystemOperator の記述:入力数、出力数、状態数は、自動的に設定されませんので、別途設定をして下さい。
LinearSystemOperator 内の setLinearSystemsystem - 線形システムのデータLinearSystemOperator.setLinearSystem(org.mklab.tool.control.LinearSystem)public boolean hasVariableA()
LinearSystemOperator の記述:
LinearSystemOperator 内の hasVariableALinearSystemOperator.hasVariableA()public boolean hasVariableB()
LinearSystemOperator の記述:
LinearSystemOperator 内の hasVariableBLinearSystemOperator.hasVariableB()public boolean hasVariableC()
LinearSystemOperator の記述:
LinearSystemOperator 内の hasVariableCLinearSystemOperator.hasVariableC()public boolean hasVariableD()
LinearSystemOperator の記述:
LinearSystemOperator 内の hasVariableDLinearSystemOperator.hasVariableD()public void setHasVariableA(boolean hasVariableA)
LinearSystemOperator の記述:
LinearSystemOperator 内の setHasVariableAhasVariableA - A行列を変数として扱うならばtrue、そうでなければfalseLinearSystemOperator.setHasVariableA(boolean)public void setHasVariableB(boolean hasVariableB)
LinearSystemOperator の記述:
LinearSystemOperator 内の setHasVariableBhasVariableB - B行列を変数として扱うならばtrue、そうでなければfalseLinearSystemOperator.setHasVariableB(boolean)public void setHasVariableC(boolean hasVariableC)
LinearSystemOperator の記述:
LinearSystemOperator 内の setHasVariableChasVariableC - C行列を変数として扱うならばtrue、そうでなければfalseLinearSystemOperator.setHasVariableC(boolean)public void setHasVariableD(boolean hasVariableD)
LinearSystemOperator の記述:
LinearSystemOperator 内の setHasVariableDhasVariableD - D行列を変数として扱うならばtrue、そうでなければfalseLinearSystemOperator.setHasVariableD(boolean)public Matrix getA()
LinearSystemOperator の記述:
LinearSystemOperator 内の getALinearSystemOperator.getA()public Matrix getB()
LinearSystemOperator の記述:
LinearSystemOperator 内の getBLinearSystemOperator.getB()public Matrix getC()
LinearSystemOperator の記述:
LinearSystemOperator 内の getCLinearSystemOperator.getC()public Matrix getD()
LinearSystemOperator の記述:
LinearSystemOperator 内の getDLinearSystemOperator.getD()public LinearSystemOperator add(LinearSystemOperator opponent)
LinearSystemOperator の記述:生成されるシステムを簡単化します。
LinearSystemOperator 内の addopponent - 加えるシステム
LinearSystemOperator.add(org.mklab.tool.control.system.LinearSystemOperator)
public LinearSystemOperator add(LinearSystemOperator opponent,
boolean simplify)
LinearSystemOperator の記述:
LinearSystemOperator 内の addopponent - 加えるシステムsimplify - 生成されるシステムを簡単化するならばtrue、そうでなければfalse
LinearSystemOperator.add(org.mklab.tool.control.system.LinearSystemOperator, boolean)public LinearSystemOperator subtract(LinearSystemOperator opponent)
LinearSystemOperator の記述:生成されるシステムを簡単化します。
LinearSystemOperator 内の subtractopponent - 引くシステム
LinearSystemOperator.subtract(org.mklab.tool.control.system.LinearSystemOperator)
public LinearSystemOperator subtract(LinearSystemOperator opponent,
boolean simplify)
LinearSystemOperator の記述:
LinearSystemOperator 内の subtractopponent - 引くシステムsimplify - 生成されるシステムを簡単化するならばtrue、そうでなければfalse
LinearSystemOperator.subtract(org.mklab.tool.control.system.LinearSystemOperator, boolean)public LinearSystemOperator multiply(LinearSystemOperator system)
LinearSystemOperator の記述:生成されるシステムを簡単化します。
LinearSystemOperator 内の multiplysystem - 掛けられるシステム
LinearSystemOperator.multiply(org.mklab.tool.control.system.LinearSystemOperator)
public LinearSystemOperator multiply(LinearSystemOperator opponent,
boolean simplify)
LinearSystemOperator の記述:生成されるシステムを簡単化します。
LinearSystemOperator 内の multiplyopponent - 掛けられるシステムsimplify - 生成されるシステムを簡単化するならばtrue、そうでなければfalse
LinearSystemOperator.multiply(org.mklab.tool.control.system.LinearSystemOperator, boolean)public LinearSystemOperator feedback(LinearSystemOperator system)
LinearSystemOperator の記述:生成されるシステムを簡単化します。
LinearSystemOperator 内の feedbacksystem - フィードバック要素のシステム
LinearSystemOperator.feedback(org.mklab.tool.control.system.LinearSystemOperator)
public LinearSystemOperator feedback(LinearSystemOperator opponent,
boolean negativeFeedback)
LinearSystemOperator の記述:生成されるシステムを簡単化します。
LinearSystemOperator 内の feedbackopponent - フィードバック要素のシステムnegativeFeedback - ネガティブフィードバックならばtrue、そうでなければfalse
LinearSystemOperator.feedback(org.mklab.tool.control.system.LinearSystemOperator, boolean)
public LinearSystemOperator feedback(LinearSystemOperator opponent,
boolean negativeFeedback,
boolean simplify)
LinearSystemOperator の記述:
LinearSystemOperator 内の feedbackopponent - フィードバック要素のシステムnegativeFeedback - ネガティブフィードバックならばtrue、そうでなければfalsesimplify - 生成されるシステムを簡単化するならばtrue、そうでなければfalse
LinearSystemOperator.feedback(org.mklab.tool.control.system.LinearSystemOperator, boolean, boolean)public ConstantSystem unaryMinus()
LinearSystemOperator の記述:
LinearSystemOperator 内の unaryMinusLinearSystemOperator.unaryMinus()protected void setUnaryMinusExpression(ConstantSystem system)
system - 対象となるシステムpublic ConstantSystem unityFeedback()
LinearSystemOperator の記述:生成されるシステムを簡単化します。
LinearSystemOperator 内の unityFeedbackLinearSystemOperator.unityFeedback()public ConstantSystem unityFeedback(boolean negativeFeedback)
LinearSystemOperator の記述:生成されるシステムを簡単化します。
LinearSystemOperator 内の unityFeedbacknegativeFeedback - ネガティブフィードバックならばtrue、そうでなければfalse
LinearSystemOperator.unityFeedback(boolean)
public ConstantSystem unityFeedback(boolean negativeFeedback,
boolean simplify)
LinearSystemOperator の記述:
LinearSystemOperator 内の unityFeedbacknegativeFeedback - ネガティブフィードバックならば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 内の inverseReversePolishNotationOperand.inverse()public String getExpression()
SymbolicOperator の記述:
ReversePolishNotationOperand 内の getExpressionSymbolicOperator 内の getExpressionSymbolicOperator.getExpression()public void setExpression(String expression)
SymbolicOperator の記述:
ReversePolishNotationOperand 内の setExpressionSymbolicOperator 内の setExpressionexpression - 数式SymbolicOperator.setExpression(java.lang.String)public String getTag()
LinearSystemOperator の記述:
LinearSystemOperator 内の getTagLinearSystemOperator.getTag()public void setTag(String tag)
LinearSystemOperator の記述:
LinearSystemOperator 内の setTagtag - タグLinearSystemOperator.setTag(java.lang.String)public static boolean isRequiringABCD()
public static void setRequiringABCD(boolean reruiringABCD)
reruiringABCD - 状態空間を求めるならばtrue、そうでなければfalsepublic boolean isSingleTerm()
ReversePolishNotationOperand 内の isSingleTermpublic void setSingleTerm(boolean singleTerm)
ReversePolishNotationOperand 内の setSingleTermsingleTerm - 1個の項からなるシステムならばtrue、そうでなければfalsepublic ConstantSystem clone()
GridElement の記述:
GridElement<SystemOperator> 内の cloneSystemOperator 内の cloneSystemOperator.clone()public int hashCode()
SystemOperator 内の hashCodeSystemOperator.hashCode()public String getSignedExpression()
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の getSignedExpressionReversePolishNotationOperand.getSignedExpression()public ReversePolishNotationOperand getParsedOperand()
ReversePolishNotationOperand の記述:ReversePolishNotationOperand.isNegative()を評価し、add結合させてoperandにセットして返します。
ReversePolishNotationOperand 内の getParsedOperandReversePolishNotationOperand.getParsedOperand()public void setSymbolStack(List<ReversePolishNotationSymbol> reversePolishNotationSymbolStack)
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の setSymbolStackreversePolishNotationSymbolStack - 逆ポーランド記法のスタック(リスト)ReversePolishNotationOperand.setSymbolStack(java.util.List)public List<ReversePolishNotationSymbol> getSymbolStack()
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の getSymbolStackReversePolishNotationOperand.getSymbolStack()public void addSymbol(ReversePolishNotationSymbol symbol)
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の addSymbolsymbol - 加えるシンボルReversePolishNotationOperand.addSymbol(org.mklab.nfc.rpn.ReversePolishNotationSymbol)public void addSymbols(List<ReversePolishNotationSymbol> symbols)
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の addSymbolssymbols - 加えるシンボルのリストReversePolishNotationOperand.addSymbols(java.util.List)public String getStringOfSymbol()
ReversePolishNotationSymbol の記述:
ReversePolishNotationSymbol 内の getStringOfSymbolReversePolishNotationSymbol.getStringOfSymbol()public boolean isNegative()
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の isNegativeReversePolishNotationOperand.isNegative()public boolean isReversePolishNotationOperator()
ReversePolishNotationSymbol の記述:
ReversePolishNotationSymbol 内の isReversePolishNotationOperatorReversePolishNotationSymbol.isReversePolishNotationOperator()
public List<ReversePolishNotationSymbol> createSymbolStack(ReversePolishNotationOperand opponent,
ReversePolishNotationOperator operator)
ReversePolishNotationOperand の記述:オペランドのスタックは展開されます。
ReversePolishNotationOperand 内の createSymbolStackopponent - 演算の対象オペランドoperator - オペレーター
ReversePolishNotationOperand.createSymbolStack(org.mklab.nfc.rpn.ReversePolishNotationOperand, org.mklab.nfc.rpn.ReversePolishNotationOperator)public void setNegative(boolean isNegative)
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の setNegativeisNegative - 負ならばtrue、正(ゼロを含む)ならばfalseReversePolishNotationOperand.setNegative(boolean)public ConstantSystem invertSign()
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の invertSignReversePolishNotationOperand.invertSign()public boolean isZeroOperand()
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の isZeroOperandReversePolishNotationOperand.isZeroOperand()public ReversePolishNotationOperand add(ReversePolishNotationOperand opponent)
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の addopponent - 加える値
ReversePolishNotationOperand.add(org.mklab.nfc.rpn.ReversePolishNotationOperand)public ReversePolishNotationOperand multiply(ReversePolishNotationOperand opponent)
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の multiplyopponent - 掛ける値
ReversePolishNotationOperand.multiply(org.mklab.nfc.rpn.ReversePolishNotationOperand)public ReversePolishNotationOperand getMultipliedSystem()
public boolean equals(Object o)
SystemOperator 内の equalsSystemOperator.equals(java.lang.Object)public ReversePolishNotationOperand createOperand(Object value)
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の createOperandvalue - 値
ReversePolishNotationOperand.createOperand(java.lang.Object)public ReversePolishNotationOperand createUnitOperand(int size)
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の createUnitOperandsize - 大きさ
ReversePolishNotationOperand.createUnitOperand(int)public ReversePolishNotationOperand createNegativeUnitOperand(int size)
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の createNegativeUnitOperandsize - 大きさ
ReversePolishNotationOperand.createNegativeUnitOperand(int)public void setVariable(boolean isVariable)
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の setVariableisVariable - 変数として扱うならばtrue、そうでなければfalseReversePolishNotationOperand.setVariable(boolean)public boolean isVariable()
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の isVariableReversePolishNotationOperand.isVariable()public boolean isUnitOperand()
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の isUnitOperandReversePolishNotationOperand.isUnitOperand()public boolean isNegativeUnitOperand()
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の isNegativeUnitOperandReversePolishNotationOperand.isNegativeUnitOperand()public Matrix getOperandValue()
ReversePolishNotationOperand の記述:
ReversePolishNotationOperand 内の getOperandValueReversePolishNotationOperand.getOperandValue()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||