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 TypeMethodDescriptionvoid
addKernelExtension
(KernelExtension newExtension) Adds aKernelExtension
to this kernel.void
removeKernelExtension
(KernelExtension rmExtension) Removes aKernelExtension
from this kernel.Methods inherited from interface org.opentcs.components.Lifecycle
initialize, isInitialized, terminate
-
Method Details
-
addKernelExtension
Adds aKernelExtension
to this kernel.- Parameters:
newExtension
- The extension to be added.
-
removeKernelExtension
Removes aKernelExtension
from this kernel.- Parameters:
rmExtension
- The extension to be removed.
-