Uses of Package
org.objectweb.fractal.aokell.lib.interf

Packages that use org.objectweb.fractal.aokell.lib.interf
org.objectweb.fractal.aokell.lib.asm This package contains the classes which generates the component interface classes. 
org.objectweb.fractal.aokell.lib.control.component This package contains the implementations of the Component interface for composite and non-composite components. 
org.objectweb.fractal.aokell.lib.interf This package is dedicated to the management of classes implementing Fractal interfaces. 
 

Classes in org.objectweb.fractal.aokell.lib.interf used by org.objectweb.fractal.aokell.lib.asm
ClassDefinition
          A struct-like class for holding class definitions and their bytecode.
GeneratorFactoryItf
          Interface implemented by generator factories.
GeneratorItf
          This interface is implemented by classes which generate Interface implementations for Fractal component interfaces.
 

Classes in org.objectweb.fractal.aokell.lib.interf used by org.objectweb.fractal.aokell.lib.control.component
InterfaceManager
          This class manages Interface instances.
 

Classes in org.objectweb.fractal.aokell.lib.interf used by org.objectweb.fractal.aokell.lib.interf
ClassDefinition
          A struct-like class for holding class definitions and their bytecode.
CompositeExtItfManager
          A manager for external interfaces of composite components.
GeneratorItf
          This interface is implemented by classes which generate Interface implementations for Fractal component interfaces.
InterfaceManager
          This class manages Interface instances.
PrimitiveExtItfManager
          A manager for external interfaces of primitive components.