Class JseStubSystem
- 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.jsestub.system.JseStubSystem
-
public class JseStubSystem extends XSystem
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
Constructors Constructor Description JseStubSystem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generate()
Generate the files needed for this entity.-
Methods inherited from class org.palladiosimulator.protocom.traverse.framework.PcmRepresentative
setEntity, transform, traverse
-
-
-
-
Method Detail
-
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>
-
-