Package org.opentcs.access
Interface LocalKernel
Declares the methods the openTCS kernel must provide which are not accessible
to remote peers.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opentcs.access.Kernel
Kernel.State -
Field Summary
Fields inherited from interface org.opentcs.access.Kernel
DEFAULT_MODEL_NAME -
Method Summary
Modifier and TypeMethodDescriptionvoidaddKernelExtension(KernelExtension newExtension) Adds aKernelExtensionto this kernel.voidremoveKernelExtension(KernelExtension rmExtension) Removes aKernelExtensionfrom this kernel.Methods inherited from interface org.opentcs.components.Lifecycle
initialize, isInitialized, terminate
-
Method Details
-
addKernelExtension
Adds aKernelExtensionto this kernel.- Parameters:
newExtension- The extension to be added.
-
removeKernelExtension
Removes aKernelExtensionfrom this kernel.- Parameters:
rmExtension- The extension to be removed.
-