Uses of Class
org.objectweb.fractal.aokell.lib.InterfaceImpl

Packages that use InterfaceImpl
org.objectweb.fractal.aokell.lib This package and its sub packages implement the Fractal API, the controllers and the membranes. 
org.objectweb.fractal.aokell.lib.control.component This package contains the implementations of the Component interface for composite and non-composite components. 
 

Uses of InterfaceImpl in org.objectweb.fractal.aokell.lib
 

Subclasses of InterfaceImpl in org.objectweb.fractal.aokell.lib
 class ComponentInterfaceImpl
          Default implementation of the ComponentInterface interface.
 

Methods in org.objectweb.fractal.aokell.lib that return InterfaceImpl
static InterfaceImpl InterfaceImpl.clone(InterfaceImpl src)
          Return a clone of the given InterfaceImpl.
 

Methods in org.objectweb.fractal.aokell.lib with parameters of type InterfaceImpl
static InterfaceImpl InterfaceImpl.clone(InterfaceImpl src)
          Return a clone of the given InterfaceImpl.
 

Uses of InterfaceImpl in org.objectweb.fractal.aokell.lib.control.component
 

Subclasses of InterfaceImpl in org.objectweb.fractal.aokell.lib.control.component
 class ComponentImpl
          Root class for implementations of the Component interface.
 class CompositeComponentImpl
          Implementation of the Component interface for composite components.