Interface Kernel

All Known Subinterfaces:
LocalKernel

public interface Kernel
Declares the methods an openTCS kernel implements.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    The various states a kernel instance may be running in.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The default name used for the empty model created on startup.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the current state of the kernel.
    void
    Sets the current state of the kernel.
  • Field Details

    • DEFAULT_MODEL_NAME

      static final String DEFAULT_MODEL_NAME
      The default name used for the empty model created on startup.
      See Also:
  • Method Details