JseBasicComponent |
A Basic Component translates into the following Java compilation units:
a class implementing the component's resource demands,
an interface for the component class,
a context class for assembly,
an interface for the context class,
a class for each component's port.
|
JseCompositeComponent |
An CompositeComponent translates into the following Java compilation units:
a class used to setup the assembly (a CompositeComponent is a ComposedStructure),
an interface for this component's class,
a context class for assembly,
an interface for the context class,
a class for each component's port.
|