Modifier and type | Property and description |
---|---|
Address | defaultAddress |
AgentContext | defaultContext |
java.util.UUID | defaultParentID |
Scope<T> | defaultParentScope |
EventSpace | defaultSpace |
Modifier and type | Action and description |
---|---|
void | emit(Event,[Scope<T>]) |
void | emitToParent(Event) |
Address | getDefaultAddress |
AgentContext | getDefaultContext |
java.util.UUID | getDefaultParentID |
Scope<T> | getDefaultParentScope |
EventSpace | getDefaultSpace |
boolean | isDefaultContext(AgentContext) |
boolean | isDefaultContext(UUID) |
boolean | isDefaultSpace(Space) |
boolean | isDefaultSpace(SpaceID) |
boolean | isDefaultSpace(UUID) |
boolean | isInDefaultSpace(Event) |
void | receive(UUID,Event)
Deprecated:
|
java.util.UUID | spawn(Class<T>,Object*)
Deprecated:
|
void | willReceive(UUID,Event)
Deprecated:
|
val defaultAddress : Address
This property is an alias for the action: getDefaultAddress
val defaultContext : AgentContext
This property is an alias for the action: getDefaultContext
val defaultParentID : java.util.UUID
This property is an alias for the action: getDefaultParentID
val defaultParentScope : Scope<T>
This property is an alias for the action: getDefaultParentScope
val defaultSpace : EventSpace
This property is an alias for the action: getDefaultSpace
new(Provider<T>,Provider<T>)
def emit(Event,[Scope<T>])
def emitToParent(Event)
def getDefaultAddress : Address
def getDefaultContext : AgentContext
def getDefaultParentID : java.util.UUID
def getDefaultParentScope : Scope<T>
def getDefaultSpace : EventSpace
def isDefaultContext(AgentContext) : boolean
def isDefaultContext(UUID) : boolean
def isDefaultSpace(Space) : boolean
def isDefaultSpace(SpaceID) : boolean
def isDefaultSpace(UUID) : boolean
def isInDefaultSpace(Event) : boolean
def receive(UUID,Event)
def spawn(Class<T>,Object*) : java.util.UUID
def willReceive(UUID,Event)