Uses of Interface
org.objectweb.fractal.aokell.lib.interf.GeneratorItf

Packages that use GeneratorItf
org.objectweb.fractal.aokell.lib.asm This package contains the classes which generates the component interface classes. 
org.objectweb.fractal.aokell.lib.interf This package is dedicated to the management of classes implementing Fractal interfaces. 
 

Uses of GeneratorItf in org.objectweb.fractal.aokell.lib.asm
 

Classes in org.objectweb.fractal.aokell.lib.asm that implement GeneratorItf
 class ASMGeneratorForBoundableInterface
          This class generates Interface implementations for interfaces which are bound to a target interface.
 class ASMGeneratorForImplementedInterface
          This class generates with ASM a class implementing Interface.
 

Methods in org.objectweb.fractal.aokell.lib.asm that return GeneratorItf
 GeneratorItf ASMGeneratorFactory.getBoundableInterfaceGenerator()
           
 GeneratorItf ASMGeneratorFactory.getImplementedInterfaceGenerator()
           
 

Uses of GeneratorItf in org.objectweb.fractal.aokell.lib.interf
 

Methods in org.objectweb.fractal.aokell.lib.interf that return GeneratorItf
 GeneratorItf GeneratorFactoryItf.getBoundableInterfaceGenerator()
           
 GeneratorItf GeneratorFactoryItf.getImplementedInterfaceGenerator()