Modifier and type | Property and description |
---|---|
AgentContext | innerContext Replies the inner context. |
EventSpace | innerDefaultSpace Replies the inner context. |
int | memberAgentCount Replies the number of agents that are members of the inner context of the calling agent. |
ConcurrentSet<T> | memberAgents Replies all the member agents in the inner context. |
Modifier and type | Action and description |
---|---|
abstract AgentContext | getInnerContext Replies the inner context. |
abstract EventSpace | getInnerDefaultSpace Replies the inner context. |
abstract int | getMemberAgentCount Replies the number of agents that are members of the inner context of the calling agent. |
abstract ConcurrentSet<T> | getMemberAgents Replies all the member agents in the inner context. |
abstract boolean | hasMemberAgent Replies if the calling agent has other agents as members of its inner context. |
abstract boolean | isInInnerDefaultSpace(Event) Replies if the given event was emitted in the default space of the inner context. |
abstract boolean | isInnerDefaultSpace(Space) Replies if the given space is the default space of the inner context. |
abstract boolean | isInnerDefaultSpace(SpaceID) Replies if the given identifier is the identifier of the default space of the inner context. |
abstract boolean | isInnerDefaultSpace(UUID) Replies if the given identifier is the identifier of the default space of the inner context. |
val innerContext : AgentContext
This property is an alias for the action: getInnerContext
val innerDefaultSpace : EventSpace
This property is an alias for the action: getInnerDefaultSpace
val memberAgentCount : int
This property is an alias for the action: getMemberAgentCount
val memberAgents : ConcurrentSet<T>
This property is an alias for the action: getMemberAgents
def getInnerContext : AgentContext
def getInnerDefaultSpace : EventSpace
def getMemberAgentCount : int
def getMemberAgents : ConcurrentSet<T>
def hasMemberAgent : boolean
def isInInnerDefaultSpace(Event) : boolean
def isInnerDefaultSpace(Space) : boolean
def isInnerDefaultSpace(SpaceID) : boolean
def isInnerDefaultSpace(UUID) : boolean