JseStubBasicComponent |
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.
|
JseStubCollectionDataType |
A Collection Data Type translates into the following Java compilation units:
a dedicated data type class.
|
JseStubCompositeComponent |
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.
|
JseStubCompositeDataType |
A Composite Data Type translates into the following Java compilation units:
a dedicated data type class.
|
JseStubInfrastructureInterface |
An Infrastructure Interface translates into the following Java compilation units:
an interface.
|
JseStubOperationInterface |
An Operation Interface translates into the following Java compilation units:
an interface.
|