Modifier and type | Property and description |
---|---|
java.util.Collection<E> | allContexts Replies all the known contexts. |
Context | rootContext Replies the root context. |
Modifier and type | Action and description |
---|---|
abstract Context | createContext(UUID,UUID,Agent) Create a new context instance and register it into the internal repository. |
abstract Context | createContextWithoutRegistration(UUID,UUID,Agent) Create a new context instance and do not register it into the repository. |
abstract java.util.Collection<E> | getAllContexts Replies all the known contexts. |
abstract Context | getContext(UUID) Replies an existing context instance. |
abstract Context | getRootContext Replies the root context. |
abstract Context | removeContext(UUID) Remove the context instance. |
val allContexts : java.util.Collection<E>
This property is an alias for the action: getAllContexts
val rootContext : Context
This property is an alias for the action: getRootContext
def createContext(UUID,UUID,Agent) : Context
def createContextWithoutRegistration(UUID,UUID,Agent) : Context
def getAllContexts : java.util.Collection<E>
def getContext(UUID) : Context
def getRootContext : Context
def removeContext(UUID) : Context