Class ServletSystemClass<E extends org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity>
java.lang.Object
org.palladiosimulator.protocom.tech.ConceptMapping<E>
org.palladiosimulator.protocom.tech.servlet.ServletClass<E>
org.palladiosimulator.protocom.tech.servlet.system.ServletSystemClass<E>
- All Implemented Interfaces:
ICompilationUnit
,IJClass
,IJCompilationUnit
public class ServletSystemClass<E extends org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity>
extends ServletClass<E>
implements IJClass
-
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 IJMethod>
Constructors of this class.Collection<? extends IJField>
fields()
Fields of this compilation unit.Collection of interface names which are either implemented or extended.Collection<? extends IJMethod>
methods()
Methods (or signatures) defined by this compilation unit.Methods inherited from class org.palladiosimulator.protocom.tech.servlet.ServletClass
annotations, compilationUnitName, filePath, packageName, projectName, superClass
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
Methods inherited from interface org.palladiosimulator.protocom.lang.java.IJClass
annotations, superClass
Methods inherited from interface org.palladiosimulator.protocom.lang.java.IJCompilationUnit
compilationUnitName, packageName
-
Constructor Details
-
ServletSystemClass
-
-
Method Details
-
interfaces
Description copied from interface:IJCompilationUnit
Collection of interface names which are either implemented or extended.- Specified by:
interfaces
in interfaceIJCompilationUnit
- Overrides:
interfaces
in classServletClass<E extends org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity>
-
fields
Description copied from interface:IJCompilationUnit
Fields of this compilation unit.- Specified by:
fields
in interfaceIJCompilationUnit
- Overrides:
fields
in classServletClass<E extends org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity>
-
constructors
Description copied from interface:IJClass
Constructors of this class. FIXME: JMethod is ok'ish, but not entirely correct.- Specified by:
constructors
in interfaceIJClass
- Overrides:
constructors
in classServletClass<E extends org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity>
-
methods
Description copied from interface:IJCompilationUnit
Methods (or signatures) defined by this compilation unit.- Specified by:
methods
in interfaceIJCompilationUnit
- Overrides:
methods
in classServletClass<E extends org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity>
-