Class JavaEEIIOPReadMeFile<E extends org.palladiosimulator.pcm.core.entity.Entity>
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.iiop.JavaEEIIOPReadMeFile<E>
-
- All Implemented Interfaces:
ICompilationUnit
,IReadMe
- Direct Known Subclasses:
JavaEEIIOPReadMe
public class JavaEEIIOPReadMeFile<E extends org.palladiosimulator.pcm.core.entity.Entity> extends ConceptMapping<E> implements IReadMe
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description JavaEEIIOPReadMeFile(E 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()
-
-
-
Constructor Detail
-
JavaEEIIOPReadMeFile
public JavaEEIIOPReadMeFile(E pcmEntity)
-
-
Method Detail
-
filePath
public String filePath()
Description copied from interface:ICompilationUnit
Path and name of the generated file.- Specified by:
filePath
in interfaceICompilationUnit
-
projectName
public String projectName()
- Specified by:
projectName
in interfaceICompilationUnit
-
basicComponentClassName
public HashMap<String,String> basicComponentClassName()
- Specified by:
basicComponentClassName
in interfaceIReadMe
-
basicComponentPortClassName
public com.google.common.collect.ArrayListMultimap<String,String> basicComponentPortClassName()
- Specified by:
basicComponentPortClassName
in interfaceIReadMe
-
-