Class JseSystem
java.lang.Object
org.palladiosimulator.protocom.traverse.framework.PcmRepresentative<org.palladiosimulator.pcm.system.System>
org.palladiosimulator.protocom.traverse.framework.system.XSystem
org.palladiosimulator.protocom.traverse.jse.system.JseSystem
An System translates into the following Java compilation units:
- a class used to setup the assembly (a System is a Composed Structure),
- an interface for this component's class,
- a context class for assembly (basically unused, can be removed?),
- an interface for the context class,
- a class for each component's port, used by the Usage Scenario. TODO: Move to traverse
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.traverse.framework.PcmRepresentative
copiedFiles, entity, generatedFiles, injector
-
Constructor Summary
-
Method Summary
Methods inherited from class org.palladiosimulator.protocom.traverse.framework.PcmRepresentative
setEntity, transform, traverse
-
Constructor Details
-
JseSystem
public JseSystem()
-
-
Method Details
-
generate
public void generate()Description copied from class:PcmRepresentative
Generate the files needed for this entity. Nothing is generated in the default case.- Overrides:
generate
in classPcmRepresentative<org.palladiosimulator.pcm.system.System>
-