commlib.components
クラス AbstractCSAgent<E extends rescuecore2.standard.entities.StandardEntity>

java.lang.Object
  上位を拡張 rescuecore2.components.AbstractComponent<T>
      上位を拡張 rescuecore2.components.AbstractAgent<rescuecore2.standard.entities.StandardWorldModel,E>
          上位を拡張 rescuecore2.standard.components.StandardAgent<E>
              上位を拡張 commlib.components.AbstractCSAgent<E>
型パラメータ:
E -
すべての実装されたインタフェース:
rescuecore2.components.Agent, rescuecore2.components.Component

public abstract class AbstractCSAgent<E extends rescuecore2.standard.entities.StandardEntity>
extends rescuecore2.standard.components.StandardAgent<E>

The AbstractCSAgent show the Agent using this communication library.

作成者:
takefumi

コンストラクタの概要
AbstractCSAgent()
          Constructor
 
メソッドの概要
 
クラス rescuecore2.standard.components.StandardAgent から継承されたメソッド
getRequestedEntityURNs
 
クラス rescuecore2.components.AbstractAgent から継承されたメソッド
connect, getID, postConnect
 
クラス rescuecore2.components.AbstractComponent から継承されたメソッド
getName, getPreferredLogContext, getPreferredRegistry, initialise, shutdown
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース rescuecore2.components.Component から継承されたメソッド
getName, getPreferredLogContext, getPreferredRegistry, initialise, shutdown
 

コンストラクタの詳細

AbstractCSAgent

public AbstractCSAgent()
Constructor