Class JeeReadMe
- java.lang.Object
-
- org.palladiosimulator.protocom.lang.GeneratedFile<IReadMe>
-
- org.palladiosimulator.protocom.lang.txt.impl.JeeReadMe
-
- All Implemented Interfaces:
ICompilationUnit
,IReadMe
public class JeeReadMe extends GeneratedFile<IReadMe> implements IReadMe
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.lang.GeneratedFile
fsa, injector, provider
-
-
Constructor Summary
Constructors Constructor Description JeeReadMe()
-
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
generate()
Generate the source code for this compilation unit.-
Methods inherited from class org.palladiosimulator.protocom.lang.GeneratedFile
createFor, filePath, projectName, store
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.palladiosimulator.protocom.lang.ICompilationUnit
filePath, projectName
-
-
-
-
Method Detail
-
generate
public String generate()
Description copied from class:GeneratedFile
Generate the source code for this compilation unit.- Specified by:
generate
in classGeneratedFile<IReadMe>
-
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
-
-