contextId
(optional) : the identifier of the context in which the agent is located. If it is null
, the the spaceId
component is equal to null
.spaceId
(optional) : the identifier of the space in which the agent is registered.agentId
(mandatory) : the identifier of the agent.behaviorType
(mandatory) : the fully qualified name of the behavior type.behaviorIndex
(optional) : the index of the behavior to point out when multiple behavior instances of the same type are defined in the agent.Modifier and type | Property and description |
---|---|
java.util.UUID | agentId |
int | behaviorIndex |
java.lang.Class<T> | behaviorType |
java.util.UUID | contextId |
java.util.UUID | spaceId |
Modifier and type | Field and description |
---|---|
public static val java.lang.String | SCHEME Scheme for behaviors. |
Modifier and type | Action and description |
---|---|
java.util.UUID | getAgentId |
int | getBehaviorIndex |
java.lang.Class<T> | getBehaviorType |
java.util.UUID | getContextId |
java.util.UUID | getSpaceId |
val agentId : java.util.UUID
This property is an alias for the action: getAgentId
val behaviorIndex : int
This property is an alias for the action: getBehaviorIndex
val behaviorType : java.lang.Class<T>
This property is an alias for the action: getBehaviorType
val contextId : java.util.UUID
This property is an alias for the action: getContextId
val spaceId : java.util.UUID
This property is an alias for the action: getSpaceId
public static val SCHEME : java.lang.String = "behavior"
new(URI,UUID,UUID,UUID,Class<T>,int)
def getAgentId : java.util.UUID
def getBehaviorIndex : int
def getBehaviorType : java.lang.Class<T>
def getContextId : java.util.UUID
def getSpaceId : java.util.UUID