Class JseInfrastructureInterface
- java.lang.Object
-
- org.palladiosimulator.protocom.traverse.framework.PcmRepresentative<org.palladiosimulator.pcm.repository.InfrastructureInterface>
-
- org.palladiosimulator.protocom.traverse.framework.repository.XInfrastructureInterface
-
- org.palladiosimulator.protocom.traverse.jse.repository.JseInfrastructureInterface
-
public class JseInfrastructureInterface extends XInfrastructureInterface
An Infrastructure 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
Constructors Constructor Description JseInfrastructureInterface()
-
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.repository.InfrastructureInterface>
-
-