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.boot
Interface RunnableSREBootstrapFactory
RunnableSREBootstrapFactory
All Known Implementing Classes:
DynamicClassLoaderRunnableSREBootstrapFactory
,
StandardRunnableSREBootstrapFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
interface
RunnableSREBootstrapFactory
Factory for SRE main object.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.13
Action Summary
All actions
Abstract actions
Modifier and type
Action and description
abstract
RunnableSREBootstrap
createSreBootstrap([BQRuntimeFactory])
Create the SRE main object.
Modifier and type
Action and description
abstract
RunnableSREBootstrap
createSreBootstrap([BQRuntimeFactory])
Create the SRE main object.
Action Details
createSreBootstrap([BQRuntimeFactory])
def
createSreBootstrap([BQRuntimeFactory]) :
RunnableSREBootstrap
Create the SRE main object.
Parameters:
bootiqueFactory -
is the factory for the bootique modules.
Returns:
the main object.