Class JavaEEIIOPReadMe
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.iiop.JavaEEIIOPReadMeFile<org.palladiosimulator.pcm.system.System>
-
- org.palladiosimulator.protocom.tech.iiop.system.JavaEEIIOPReadMe
-
- All Implemented Interfaces:
ICompilationUnit
,IReadMe
public class JavaEEIIOPReadMe extends JavaEEIIOPReadMeFile<org.palladiosimulator.pcm.system.System>
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description JavaEEIIOPReadMe(org.palladiosimulator.pcm.system.System pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMap<String,String>
basicComponentClassName()
com.google.common.collect.ArrayListMultimap<String,String>
basicComponentPortClassName()
String
filePath()
Path and name of the generated file.String
projectName()
-
-
-
Method Detail
-
filePath
public String filePath()
Description copied from interface:ICompilationUnit
Path and name of the generated file.- Specified by:
filePath
in interfaceICompilationUnit
- Overrides:
filePath
in classJavaEEIIOPReadMeFile<org.palladiosimulator.pcm.system.System>
-
projectName
public String projectName()
- Specified by:
projectName
in interfaceICompilationUnit
- Overrides:
projectName
in classJavaEEIIOPReadMeFile<org.palladiosimulator.pcm.system.System>
-
basicComponentClassName
public HashMap<String,String> basicComponentClassName()
- Specified by:
basicComponentClassName
in interfaceIReadMe
- Overrides:
basicComponentClassName
in classJavaEEIIOPReadMeFile<org.palladiosimulator.pcm.system.System>
-
basicComponentPortClassName
public com.google.common.collect.ArrayListMultimap<String,String> basicComponentPortClassName()
- Specified by:
basicComponentPortClassName
in interfaceIReadMe
- Overrides:
basicComponentPortClassName
in classJavaEEIIOPReadMeFile<org.palladiosimulator.pcm.system.System>
-
-