クラス
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator の使用

PFArithmeticOperator を使用しているパッケージ
jp.go.aist.dmrc.platform.beans.util.operator 演算コンポーネントのセットを提供します。 
jp.go.aist.dmrc.platform.beans.util.variable アプリケーションビルダー上でオブジェクトに直接アクセスするためのコンポーネントを提供します。 
 

jp.go.aist.dmrc.platform.beans.util.operator での PFArithmeticOperator の使用
 

jp.go.aist.dmrc.platform.beans.util.operator での PFArithmeticOperator のサブクラス
 class PFArithmeticADDOperator
          加算コンポーネント。
 class PFArithmeticDIVOperator
          除算コンポーネント。
 class PFArithmeticMODOperator
          剰余コンポーネント。
 class PFArithmeticMULOperator
          乗算コンポーネント。
 class PFArithmeticSUBOperator
          減算コンポーネント。
 

jp.go.aist.dmrc.platform.beans.util.variable での PFArithmeticOperator の使用
 

PFArithmeticOperator を返す jp.go.aist.dmrc.platform.beans.util.variable のメソッド
 PFArithmeticOperator PFArithmeticOperatorVariable.getOperator()
          算術演算子コンポーネントを取得する。
 

PFArithmeticOperator 型のパラメータを持つ jp.go.aist.dmrc.platform.beans.util.variable のメソッド
 void PFArithmeticOperatorVariable.setOperator(PFArithmeticOperator operator)
          算術演算子コンポーネントを設定する。
 void PFArithmeticOperatorVariable.setOperatorQuiet(PFArithmeticOperator operator)
          算術演算子コンポーネントを設定する(イベント発生なし)。