org.objectweb.fractal.adl.components
Class FractalComponentBuilder
- ComponentBuilder
public class FractalComponentBuilder
A Fractal based implementation of the
ComponentBuilder
interface.
This implementation uses the Fractal API to add and start components.
void | addComponent(Object superComponent, Object subComponent, String name, Object context)
|
void | startComponent(Object component, Object context)
|
addComponent
public void addComponent(Object superComponent,
Object subComponent,
String name,
Object context)
throws Exception
- addComponent in interface ComponentBuilder