|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.ac.naka.ec.TreeNodeImpl
jp.ac.naka.ec.entity.EntityImpl
jp.ac.naka.ec.EntityCollaborator
public class EntityCollaborator
EntityContainerのラッパークラス。
フィールドの概要 | |
---|---|
static java.lang.String |
base
|
static java.lang.String |
log4j_properties
|
static java.lang.String |
sip_properties
|
クラス jp.ac.naka.ec.entity.EntityImpl から継承されたフィールド |
---|
alive |
メソッドの概要 | |
---|---|
void |
addEntity(Entity e)
EntityContainerが保持するEntityの追加 |
boolean |
addPlugin(Plugin plugin)
|
java.util.Set<Entity> |
getEntities()
|
static EntityCollaborator |
getInstance()
|
static EntityCollaborator |
getInstance(Configuration config)
|
static EntityCollaborator |
getInstance(int port)
ポートの指定 |
java.util.Set<Plugin> |
getPlugins()
|
boolean |
hasParentNode()
親ノードが設定されているか。 |
void |
setParentNode(EntityContainer node)
親ノードの設定を行う。 |
void |
setParentURI(java.lang.String uri)
親ノードの設定を文字列で行う。 |
クラス jp.ac.naka.ec.entity.EntityImpl から継承されたメソッド |
---|
addedNewEntity, equals, getContainer, getDescription, getEntityType, getLocation, getPriority, getTupleId, getURI, isAlive, isLocal, receiveAck, receiveAnswer, receiveBye, receiveMessage, receiveOffer, removedEntity, sendBye, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendOffer, sendOffer, setAlive, setEntityType, setLocal, setLocation, setPriority, setTupleId, setURI, toString |
クラス jp.ac.naka.ec.TreeNodeImpl から継承されたメソッド |
---|
addChild, getChildNodes, getFullyQualifiedName, getName, getParent, hasChildNodes, hasParent, include, removeChild, setName, setParent |
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース jp.ac.naka.ec.TreeNode から継承されたメソッド |
---|
addChild, getChildNodes, getFullyQualifiedName, getName, getParent, hasChildNodes, hasParent, include, removeChild, setName, setParent |
フィールドの詳細 |
---|
public static java.lang.String sip_properties
public static java.lang.String log4j_properties
public static java.lang.String base
メソッドの詳細 |
---|
public static EntityCollaborator getInstance()
public static EntityCollaborator getInstance(Configuration config)
config
-
public static EntityCollaborator getInstance(int port)
port
-
public void setParentNode(EntityContainer node)
uri
- public void setParentURI(java.lang.String uri)
uri
- public boolean hasParentNode()
public void addEntity(Entity e)
btn
- public java.util.Set<Entity> getEntities()
public boolean addPlugin(Plugin plugin)
plugin
-
public java.util.Set<Plugin> getPlugins()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |