Uses of Interface
com.tccc.kos.core.util.Loadable
Packages that use Loadable
Package
Description
Provides the abstract KosApplication class, which all kOS apps derive from.
-
Uses of Loadable in com.tccc.kos.core.service.app
Classes in com.tccc.kos.core.service.app that implement LoadableModifier and TypeClassDescriptionclass
Application<T extends BaseAppConfig>
Base class for all kOS applications.class
SystemApplication<T extends BaseAppConfig>
Base class for system applications, which simply adds convenience methods to the base Application type. -
Uses of Loadable in com.tccc.kos.core.service.assembly
Classes in com.tccc.kos.core.service.assembly that implement LoadableModifier and TypeClassDescriptionclass
An assembly is used to describe a collection of hardware that can be added or removed as an atomic unit within kOS.