@FunctionalInterface public interface ContextFactory
Modifier and Type | Method and Description |
---|---|
Context |
newInstance(contextID : UUID,
defaultSpaceID : UUID,
owner : Agent)
Create an instance of SRE context.
|
def
newInstance(contextID : UUID,
defaultSpaceID : UUID,
owner : Agent) : Context
ContextFactory
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.Copyright © 2021 the original authors or authors.