org.objectweb.fractal.aokell.tools.content
Class ImplementationBuilder

java.lang.Object
  extended by org.objectweb.fractal.aokell.tools.content.ImplementationBuilder
All Implemented Interfaces:
org.objectweb.fractal.adl.implementations.ImplementationBuilder

public class ImplementationBuilder
extends Object
implements org.objectweb.fractal.adl.implementations.ImplementationBuilder

Implementation of the ImplementationBuilder for generating AOKell membranes. This implementation is based on the original one written by E. Bruneton for Fractal ADL.

Author:
Lionel Seinturier

Constructor Summary
ImplementationBuilder()
           
 
Method Summary
 Object createComponent(Object type, String name, String definition, Object controllerDesc, Object contentDesc, Object context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationBuilder

public ImplementationBuilder()
Method Detail

createComponent

public Object createComponent(Object type,
                              String name,
                              String definition,
                              Object controllerDesc,
                              Object contentDesc,
                              Object context)
Specified by:
createComponent in interface org.objectweb.fractal.adl.implementations.ImplementationBuilder