|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectjp.go.aist.dmrc.platform.beans.util.variable.PFVariable
jp.go.aist.dmrc.platform.beans.util.variable.PFArithmeticOperatorVariable
算術演算子コンポーネント(PFArithmeticOperator)を格納する変数コンポーネント。
このコンポーネントから以下のイベントが発生する。
| トリガー | 設定データ | イベント番号 |
|---|---|---|
| setOperator メソッド呼出 |
算術演算子コンポーネント (PFComponent) |
0 |
| フィールドの概要 |
| クラス jp.go.aist.dmrc.platform.beans.util.variable.PFVariable から継承したフィールド |
PROPERTY_EXCEPTION_NULL |
| コンストラクタの概要 | |
PFArithmeticOperatorVariable()
デフォルトコンストラクタ |
|
| クラス jp.go.aist.dmrc.platform.beans.util.variable.PFVariable から継承したメソッド |
addPFDataSetListener, getComponentID, getComponentKey, getComponentKeys, getComponentPublicName, getComponentString, getDuplicateObject, getName, getObject, getPFDataSetListenerList, getResult, hasInstanceOf, hasResult, isAllowPullTransfer, isAllowPushTransfer, isAllowRemoteInvocation, isNull, removePFDataSetListener, setAllowPullTransfer, setAllowPushTransfer, setAllowRemoteInvocation, setComponentID, setComponentKey, setComponentKeys, setComponentPublicName, setName, setNull, setObject, setObjectQuiet, setResult |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public PFArithmeticOperatorVariable()
| メソッドの詳細 |
public java.lang.String getComponentName()
PFComponent 内の getComponentNamePFComponent.getComponentName()public void localeUpdated()
PFComponent 内の localeUpdatedPFComponent.localeUpdated()public void readXML(PFXMLLoader in)
PFXMLSerializable 内の readXMLin - XML入力ユーティリティ
public void writeXML(PFXMLGenerator out)
throws java.io.IOException
PFXMLSerializable 内の writeXMLout - XML出力ユーティリティ
java.io.IOException
public void setOperator(PFArithmeticOperator operator)
throws PFException
operator - 算術演算子コンポーネント
PFException - イベント処理のエラーpublic void setOperatorQuiet(PFArithmeticOperator operator)
operator - 算術演算子コンポーネントpublic PFArithmeticOperator getOperator()
public void initialize()
public void evaluate()
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.evaluate()を呼び出す。
PFException
public int getDecimalPlace()
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.getDecimalPlace()を呼び出す。
PFException
public void setDecimalPlace(int v0)
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.setDecimalPlace(int)を呼び出す。
v0 - int
PFException
public void setLeftNumberOperand(java.lang.String v0)
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.setLeftNumberOperand(java.lang.String)を呼び出す。
v0 - java.lang.String
PFException
public void setRightNumberOperand(java.lang.String v0)
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.setRightNumberOperand(java.lang.String)を呼び出す。
v0 - java.lang.String
PFException
public void setNumberOperand(java.lang.String v0,
java.lang.String v1)
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.setNumberOperand(java.lang.String,java.lang.String)を呼び出す。
v0 - java.lang.Stringv1 - java.lang.String
PFException
public void evaluateNumber(java.lang.String v0,
java.lang.String v1)
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.evaluateNumber(java.lang.String,java.lang.String)を呼び出す。
v0 - java.lang.Stringv1 - java.lang.String
PFException
public void evaluate(java.lang.Object v0,
java.lang.Object v1)
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.evaluate(java.lang.Object,java.lang.Object)を呼び出す。
v0 - java.lang.Objectv1 - java.lang.Object
PFException
public void setLeftOperand(java.lang.Object v0)
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.setLeftOperand(java.lang.Object)を呼び出す。
v0 - java.lang.Object
PFException
public void setRightOperand(java.lang.Object v0)
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.setRightOperand(java.lang.Object)を呼び出す。
v0 - java.lang.Object
PFException
public java.lang.Object[] getOperand()
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.getOperand()を呼び出す。
PFException
public java.lang.Object getLeftOperand()
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.getLeftOperand()を呼び出す。
PFException
public java.lang.Object getRightOperand()
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.getRightOperand()を呼び出す。
PFException
public void setOperand(java.lang.Object v0,
java.lang.Object v1)
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.setOperand(java.lang.Object,java.lang.Object)を呼び出す。
v0 - java.lang.Objectv1 - java.lang.Object
PFException
public java.util.Iterator getPFProcessTerminateListenerList()
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.getPFProcessTerminateListenerList()を呼び出す。
PFException
public void addPFProcessTerminateListener(PFProcessTerminateListener v0)
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.addPFProcessTerminateListener(jp.go.aist.dmrc.platform.util.event.PFProcessTerminateListener)を呼び出す。
v0 - jp.go.aist.dmrc.platform.util.event.PFProcessTerminateListener
PFException
public void removePFProcessTerminateListener(PFProcessTerminateListener v0)
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.removePFProcessTerminateListener(jp.go.aist.dmrc.platform.util.event.PFProcessTerminateListener)を呼び出す。
v0 - jp.go.aist.dmrc.platform.util.event.PFProcessTerminateListener
PFException
public int hashCodeVariable()
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.hashCode()を呼び出す。
PFException
public java.lang.Class getClassVariable()
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.getClass()を呼び出す。
PFException
public void waitVariable(long v0,
int v1)
throws PFException,
java.lang.InterruptedException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.wait(long,int)を呼び出す。
v0 - longv1 - int
PFException
java.lang.InterruptedException
public void waitVariable()
throws PFException,
java.lang.InterruptedException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.wait()を呼び出す。
PFException
java.lang.InterruptedException
public void waitVariable(long v0)
throws PFException,
java.lang.InterruptedException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.wait(long)を呼び出す。
v0 - long
PFException
java.lang.InterruptedException
public boolean equalsVariable(java.lang.Object v0)
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.equals(java.lang.Object)を呼び出す。
v0 - java.lang.Object
PFException
public void notifyVariable()
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.notify()を呼び出す。
PFException
public void notifyAllVariable()
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.notifyAll()を呼び出す。
PFException
public java.lang.String toStringVariable()
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.toString()を呼び出す。
PFException
public java.lang.Number getNumberResult()
throws PFException
jp.go.aist.dmrc.platform.beans.util.operator.PFArithmeticOperator.getNumberResult()を呼び出す。
PFException
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||