io.sarl.sre.janus.services.context
Interface ContextFactory
All Known Implementing Classes:
DefaultContextFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
interface ContextFactory
Factory of SRE contexts.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.6.0
Action Summary
Modifier and type Action and description
abstract Context newInstance(UUID,UUID,Agent)
Create an instance of SRE context.
Action Details
newInstance(UUID,UUID,Agent)
def newInstance(UUID,UUID,Agent) : Context
Create an instance of SRE context.
Parameters:
contextID - the identifier of the context.
defaultSpaceID - the identifier of the defualt space into the context.
owner - is the owner of the context. If null, the context is the root context.