Class ServletSystemMain
java.lang.Object
org.palladiosimulator.protocom.tech.ConceptMapping<E>
org.palladiosimulator.protocom.tech.servlet.ServletClass<org.palladiosimulator.pcm.system.System>
org.palladiosimulator.protocom.tech.servlet.system.ServletSystemMain
- All Implemented Interfaces:
ICompilationUnit
,IJClass
,IJCompilationUnit
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.tech.servlet.ServletClass
frameworkBase, stackContext, stackFrame
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends IJAnnotation>
Name of the compilation unit.Collection<? extends IJField>
fields()
Fields of this compilation unit.filePath()
Path and name of the generated file.Collection<? extends IJMethod>
methods()
Methods (or signatures) defined by this compilation unit.Package name of this compilation unit.Inherited class name.Methods inherited from class org.palladiosimulator.protocom.tech.servlet.ServletClass
constructors, interfaces, projectName
-
Constructor Details
-
ServletSystemMain
public ServletSystemMain(org.palladiosimulator.pcm.system.System pcmEntity)
-
-
Method Details
-
superClass
Description copied from interface:IJClass
Inherited class name.- Specified by:
superClass
in interfaceIJClass
- Overrides:
superClass
in classServletClass<org.palladiosimulator.pcm.system.System>
-
annotations
- Specified by:
annotations
in interfaceIJClass
- Overrides:
annotations
in classServletClass<org.palladiosimulator.pcm.system.System>
-
compilationUnitName
Description copied from interface:IJCompilationUnit
Name of the compilation unit.- Specified by:
compilationUnitName
in interfaceIJCompilationUnit
- Overrides:
compilationUnitName
in classServletClass<org.palladiosimulator.pcm.system.System>
-
packageName
Description copied from interface:IJCompilationUnit
Package name of this compilation unit.- Specified by:
packageName
in interfaceIJCompilationUnit
- Overrides:
packageName
in classServletClass<org.palladiosimulator.pcm.system.System>
-
fields
Description copied from interface:IJCompilationUnit
Fields of this compilation unit.- Specified by:
fields
in interfaceIJCompilationUnit
- Overrides:
fields
in classServletClass<org.palladiosimulator.pcm.system.System>
-
methods
Description copied from interface:IJCompilationUnit
Methods (or signatures) defined by this compilation unit.- Specified by:
methods
in interfaceIJCompilationUnit
- Overrides:
methods
in classServletClass<org.palladiosimulator.pcm.system.System>
-
filePath
Description copied from interface:ICompilationUnit
Path and name of the generated file.- Specified by:
filePath
in interfaceICompilationUnit
- Overrides:
filePath
in classServletClass<org.palladiosimulator.pcm.system.System>
-