Class PojoPluginXml
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.rmi.PojoPluginXmlFile<org.palladiosimulator.pcm.system.System>
-
- org.palladiosimulator.protocom.tech.rmi.system.PojoPluginXml
-
- All Implemented Interfaces:
ICompilationUnit
,IPluginXml
public class PojoPluginXml extends PojoPluginXmlFile<org.palladiosimulator.pcm.system.System>
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description PojoPluginXml(org.palladiosimulator.pcm.system.System pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
actionDelegateClass()
String
actionDelegateId()
String
extensionPoint()
String
filePath()
Path and name of the generated file.-
Methods inherited from class org.palladiosimulator.protocom.tech.rmi.PojoPluginXmlFile
projectName
-
-
-
-
Method Detail
-
extensionPoint
public String extensionPoint()
- Specified by:
extensionPoint
in interfaceIPluginXml
- Overrides:
extensionPoint
in classPojoPluginXmlFile<org.palladiosimulator.pcm.system.System>
-
actionDelegateClass
public String actionDelegateClass()
- Specified by:
actionDelegateClass
in interfaceIPluginXml
- Overrides:
actionDelegateClass
in classPojoPluginXmlFile<org.palladiosimulator.pcm.system.System>
-
actionDelegateId
public String actionDelegateId()
- Specified by:
actionDelegateId
in interfaceIPluginXml
- Overrides:
actionDelegateId
in classPojoPluginXmlFile<org.palladiosimulator.pcm.system.System>
-
filePath
public String filePath()
Description copied from interface:ICompilationUnit
Path and name of the generated file.- Specified by:
filePath
in interfaceICompilationUnit
- Overrides:
filePath
in classPojoPluginXmlFile<org.palladiosimulator.pcm.system.System>
-
-