io.sarl.sre.janus.boot
Interface 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
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.