| Constructor and description |
|---|
| new(UUID,UUID)
Creates a new agent with a parent parentID without initializing the built-in capacities. |
| new(UUID,UUID,DynamicSkillProvider)
Creates a new agent with a parent parentID without initializing the built-in capacities. |
| Modifier and type | Action and description |
|---|---|
| public java.util.UUID | getID |
| public java.util.UUID | getParentID
Replies the agent's parent's ID. |
| boolean | isFromMe(Event) |
| boolean | isMe(Address) |
| boolean | isMe(UUID) |
| void | toString(ToStringBuilder) |
public val iD : java.util.UUID
This property is an alias for the action: getID
public val parentID : java.util.UUID
This property is an alias for the action: getParentID
new(UUID,UUID)
parentID without initializing the built-in capacities.
new(UUID,UUID,DynamicSkillProvider)
parentID without initializing the built-in capacities.
public def getID : java.util.UUID
public def getParentID : java.util.UUID
def isFromMe(Event) : boolean
def isMe(Address) : boolean
def isMe(UUID) : boolean
def toString(ToStringBuilder)