org.objectweb.fractal.adl.components
Class StaticFractalComponentBuilder
java.lang.Object
org.objectweb.fractal.adl.components.StaticFractalComponentBuilder
- ComponentBuilder
public class StaticFractalComponentBuilder
A Fractal based, static implementation of the
ComponentBuilder
interface. This implementation produces Java code that 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