org.objectweb.fractal.adl.components
Class StaticJavaComponentBuilder
- ComponentBuilder
public class StaticJavaComponentBuilder
A Java based, static implementation of the
ComponentBuilder
interface. This implementation produces standard Java code that adds and
starts 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)
- addComponent in interface ComponentBuilder