All Superinterfaces:
java.io.Serializable
final event
ContextJoined
extends
Event
Notifies the behaviors of the agent that it has joined a new super-holon. The event is fired within the internal bus of the agent that have joined a super-holon. The source of the event is the agent itself.
Maven Group Identifier:
Maven Artifact Identifier:
Field Summary
All fields Instance values
Modifier and type
Field and description
val java.util.UUID
defaultSpaceID
The identifier of the default space in the super-holon context.
val java.util.UUID
holonContextID
The identifier of the context in the super-holon.
Modifier and type
Field and description
val java.util.UUID
defaultSpaceID
The identifier of the default space in the super-holon context.
val java.util.UUID
holonContextID
The identifier of the context in the super-holon.
Constructor Summary
Constructors
Field Details
defaultSpaceID
val defaultSpaceID : java.util.UUID
The identifier of the default space in the super-holon context.
holonContextID
val holonContextID : java.util.UUID
The identifier of the context in the super-holon.
Constructor Details
new(UUID,UUID)
new (UUID,UUID)
Construct the event.
Parameters:
contextID -
defaultSpaceID -