org.objectweb.fractal.aokell.tools.adl
Class EmptyComponentBuilder

java.lang.Object
  extended by org.objectweb.fractal.aokell.tools.adl.EmptyComponentBuilder
All Implemented Interfaces:
org.objectweb.fractal.adl.components.ComponentBuilder

public class EmptyComponentBuilder
extends Object
implements org.objectweb.fractal.adl.components.ComponentBuilder

This class implements an empty Fractal ADL ComponentBuilder component. This class is used by tools which take advantage of Fractal ADL to process .fractal files. This is an empty implementation which ignores the adding of a component in a composite.

Author:
Lionel Seinturier

Constructor Summary
EmptyComponentBuilder()
           
 
Method Summary
 void addComponent(Object superComponent, Object subComponent, String name, Object context)
           
 void startComponent(Object component, Object context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyComponentBuilder

public EmptyComponentBuilder()
Method Detail

addComponent

public void addComponent(Object superComponent,
                         Object subComponent,
                         String name,
                         Object context)
Specified by:
addComponent in interface org.objectweb.fractal.adl.components.ComponentBuilder

startComponent

public void startComponent(Object component,
                           Object context)
Specified by:
startComponent in interface org.objectweb.fractal.adl.components.ComponentBuilder