Overview
Module
Package
Type
Tree
Deprecated
Index
Prev Type
Next Type
All Types
Summary:
Actio
|
Field
|
Nested
|
Propr
Details:
Actio
|
Field
|
Propr
io.sarl.sre.janus.services.context
Interface ContextFactory
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
@
org.eclipse.xtext.xbase.lib.XbaseGenerated
interface
ContextFactory
Factory of SRE contexts.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.6.0
Action Summary
All actions
Abstract actions
Modifier and type
Action and description
abstract
Context
newInstance(UUID,UUID,Agent)
Create an instance of SRE context.
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.