This package and its sub packages implement the Fractal API, the controllers and
the membranes.
The direct sub packages of this package are:
-
aokell.lib.asm:
this package contains the classes which generates the component interface
classes. The generation uses the ASM
bytecode engineering library.
-
aokell.lib.control:
this package contains the controllers implementation.
-
aokell.lib.factory:
this package contains the type factory and the generic factory which are the two
standard factories defined by the Fractal specifications.
-
aokell.lib.membrane:
this package contains the definition of control membranes.
-
aokell.lib.type:
this package contains the implementation of the
ComponentType
interface and of the
InterfaceType
interface.
-
aokell.lib.util:
this package contains a helper class for using the Fractal API.