ohymosj
クラス OhRelayInt
java.lang.Object
ohymosj.OhObject
ohymosj.OhPort
ohymosj.OhSenderPort
ohymosj.OhRelayPort
ohymosj.OhRelayInt
- public class OhRelayInt
- extends OhRelayPort
OhRelayInt;
OhRelayInt is a class of port which relays datapacks of type int.
- バージョン:
- $Revision: 1.2 $ $Date: 2004/01/17 13:38:58 $
- 作成者:
- satoh
コンストラクタの概要 |
OhRelayInt()
Creates a new default OhRelayInt instance. |
OhRelayInt(java.lang.String aPortName,
int aPortNum)
Creates a new OhRelayInt instance. |
メソッドの概要 |
void |
copy(OhRelayInt aRd)
Copy method. |
java.lang.String |
dataType()
Returns the data pack type which expresses the type of data to be received. |
boolean |
init(java.lang.String aPortName,
int aPortNum)
Initialization. |
クラス ohymosj.OhRelayPort から継承したメソッド |
areYouReady, calReq, canYouGetData, getDataPack, getDataPack, getDataPackArray, getDctVec, getNewestDataTime, getNumberOfDataPacks, getOldestDataTime, printConnection, printConnection, reduceDataPackStock, setDataPackArray, setSender |
クラス ohymosj.OhObject から継承したメソッド |
getAbsName, getClassName, getObjectName, getObjectNumber, getOwner, getTopOwner, objCompare, objCompare, objCompare, oPrint, setOwner |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OhRelayInt
public OhRelayInt()
throws OhError
- Creates a new default
OhRelayInt
instance.
- 例外:
OhError
- if an error occurs
OhRelayInt
public OhRelayInt(java.lang.String aPortName,
int aPortNum)
throws OhError
- Creates a new
OhRelayInt
instance.
- パラメータ:
aPortName
- a String
valueaPortNum
- an int
value
- 例外:
OhError
- if an error occurs
init
public boolean init(java.lang.String aPortName,
int aPortNum)
throws OhError
- Initialization.
- オーバーライド:
- クラス
OhRelayPort
内の init
- パラメータ:
aPortName
- a String
valueaPortNum
- an int
value
- 戻り値:
- a
boolean
value
- 例外:
OhError
- if an error occurs
dataType
public java.lang.String dataType()
- Returns the data pack type which expresses the type of data to be received.
- 定義:
- クラス
OhRelayPort
内の dataType
- 戻り値:
- a
String
value
copy
public void copy(OhRelayInt aRd)
- Copy method.
- パラメータ:
aRd
- an OhRelayInt
value