|
||||||||||
前 次 | フレームあり フレームなし |
ReversePolishNotationOperator を使用しているパッケージ | |
---|---|
org.mklab.nfc.rpn | 逆ポーランド記法に関係するクラスを提供します。 |
org.mklab.tool.control.system.math | 数学ブロックを表現するためのクラスを提供します。 |
org.mklab.nfc.rpn での ReversePolishNotationOperator の使用 |
---|
ReversePolishNotationOperator を実装している org.mklab.nfc.rpn のクラス | |
---|---|
class |
AbstractOperator
逆ポーランド記法の演算子(オペレータ)の抽象クラスを表すクラスです。 |
class |
AddOperator
逆ポーランド記法の和(add)演算子を表すクラスです。 |
class |
InverseOperator
逆ポーランド記法の逆数(Inverse)演算子を表すクラスです。 |
class |
MultiplyOperator
逆ポーランド記法の積(multiply)演算子を表すクラスです。 |
ReversePolishNotationOperator 型のパラメータを持つ org.mklab.nfc.rpn のメソッド | |
---|---|
List<ReversePolishNotationSymbol> |
ReversePolishNotationOperand.createSymbolStack(ReversePolishNotationOperand opponent,
ReversePolishNotationOperator operator)
opponent、this、オペレーターのスタック(リスト)を返します。 |
org.mklab.tool.control.system.math での ReversePolishNotationOperator の使用 |
---|
ReversePolishNotationOperator 型のパラメータを持つ org.mklab.tool.control.system.math のメソッド | |
---|---|
List<ReversePolishNotationSymbol> |
ConstantSystem.createSymbolStack(ReversePolishNotationOperand opponent,
ReversePolishNotationOperator operator)
|
|
||||||||||
前 次 | フレームあり フレームなし |