Uses of Interface
org.qedeq.kernel.bo.common.KernelProperties

Packages that use KernelProperties
org.qedeq.kernel.bo Provides access to the kernel. 
org.qedeq.kernel.bo.common Basis classes for all packages. 
org.qedeq.kernel.bo.module Business objects for qedeq modules. 
org.qedeq.kernel.bo.service.internal Central module service plugin functionality. 
 

Uses of KernelProperties in org.qedeq.kernel.bo
 

Classes in org.qedeq.kernel.bo that implement KernelProperties
 class KernelContext
          This class provides static access methods for the kernel.
 

Uses of KernelProperties in org.qedeq.kernel.bo.common
 

Classes in org.qedeq.kernel.bo.common that implement KernelProperties
 class BasicKernel
          This class provides basic informations about the kernel.
 

Methods in org.qedeq.kernel.bo.common with parameters of type KernelProperties
 void KernelState.init(QedeqConfig config, Kernel moduleServices, KernelProperties basic)
          Kernel initialisation.
 

Uses of KernelProperties in org.qedeq.kernel.bo.module
 

Subinterfaces of KernelProperties in org.qedeq.kernel.bo.module
 interface InternalKernelServices
          The kernel internal service methods are assembled here.
 

Uses of KernelProperties in org.qedeq.kernel.bo.service.internal
 

Classes in org.qedeq.kernel.bo.service.internal that implement KernelProperties
 class DefaultInternalKernelServices
          This class provides a default implementation for the QEDEQ module services.
 

Constructors in org.qedeq.kernel.bo.service.internal with parameters of type KernelProperties
DefaultInternalKernelServices(QedeqConfig config, KernelProperties kernel, QedeqFileDao loader)
          Constructor.
 



Copyright © 2014. All Rights Reserved.