Class JseOperationInterface
java.lang.Object
org.palladiosimulator.protocom.traverse.framework.PcmRepresentative<org.palladiosimulator.pcm.repository.OperationInterface>
org.palladiosimulator.protocom.traverse.framework.repository.XOperationInterface
org.palladiosimulator.protocom.traverse.jse.repository.JseOperationInterface
An Operation Interface translates into the following Java compilation units:
- an interface.
-
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
-
JseOperationInterface
public JseOperationInterface()
-
-
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.repository.OperationInterface>
-