Class XOperationInterface
java.lang.Object
org.palladiosimulator.protocom.traverse.framework.PcmRepresentative<org.palladiosimulator.pcm.repository.OperationInterface>
org.palladiosimulator.protocom.traverse.framework.repository.XOperationInterface
- Direct Known Subclasses:
JeeOperationInterface
,JeeServletOperationInterface
,JseOperationInterface
,JseStubOperationInterface
public class XOperationInterface
extends PcmRepresentative<org.palladiosimulator.pcm.repository.OperationInterface>
Leaf for Operation Interfaces.
Meant to be inherited by a specific transformation if this PCM entity should
result in generated files.
-
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
generate, setEntity, transform, traverse
-
Constructor Details
-
XOperationInterface
public XOperationInterface()
-