org.mklab.nfc.rpn
インタフェース ReversePolishNotationExpressionProcessor

既知の実装クラスの一覧:
AbstractExpressionProcessor, ExpressionProcessor, MaximaExpressionProcessor, TeXExpressionProcessor, WithoutCancellationExpressionProcessor

public interface ReversePolishNotationExpressionProcessor

逆ポーランド記法に基づく数式を評価するプロセッサを表すインターフェースです。

バージョン:
$Revision$, 2008/09/09
作成者:
koga

メソッドの概要
 String getInverseString()
          逆数(逆行列)を表す文字列を返します。
 String getLeftParentheses()
          左括弧を返します。
 String getMultiplicationString()
          乗算を表す文字列を返します。
 String getRightParentheses()
          右括弧を返します。
 

メソッドの詳細

getLeftParentheses

String getLeftParentheses()
左括弧を返します。

戻り値:
String 左括弧

getRightParentheses

String getRightParentheses()
右括弧を返します。

戻り値:
String 右括弧

getInverseString

String getInverseString()
逆数(逆行列)を表す文字列を返します。

戻り値:
逆数(逆行列)を表す文字列

getMultiplicationString

String getMultiplicationString()
乗算を表す文字列を返します。

戻り値:
乗算を表す文字列