Class NuunCore


  • public class NuunCore
    extends Object
    NuunCore is a class used to create the Nuun core objects, ie. the kernel and its configuration.
    Author:
    epo.jemba@kametic.com
    • Constructor Detail

      • NuunCore

        public NuunCore()
    • Method Detail

      • newKernelConfiguration

        public static KernelConfiguration newKernelConfiguration()
        Creates a kernel configuration which will be used to instantiate a new kernel.
        Returns:
        a kernelConfiguration
      • createKernel

        public static Kernel createKernel​(KernelConfiguration configuration)
        Creates a kernel with the given configuration.
        Parameters:
        configuration - the kernel configuration
        Returns:
        the kernel