Class ServletBasicComponentClass
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.servlet.ServletClass<org.palladiosimulator.pcm.repository.BasicComponent>
-
- org.palladiosimulator.protocom.tech.servlet.repository.ServletBasicComponentClass
-
- All Implemented Interfaces:
ICompilationUnit,IJClass,IJCompilationUnit
public class ServletBasicComponentClass extends ServletClass<org.palladiosimulator.pcm.repository.BasicComponent>
-
-
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
Constructors Constructor Description ServletBasicComponentClass(BasicComponentAdapter entity, org.palladiosimulator.pcm.repository.BasicComponent pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends IJMethod>constructors()Constructors of this class.Collection<? extends IJField>fields()Fields of this compilation unit.Collection<String>interfaces()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
-
-
-
-
Constructor Detail
-
ServletBasicComponentClass
public ServletBasicComponentClass(BasicComponentAdapter entity, org.palladiosimulator.pcm.repository.BasicComponent pcmEntity)
-
-
Method Detail
-
interfaces
public Collection<String> interfaces()
Description copied from interface:IJCompilationUnitCollection of interface names which are either implemented or extended.- Specified by:
interfacesin interfaceIJCompilationUnit- Overrides:
interfacesin classServletClass<org.palladiosimulator.pcm.repository.BasicComponent>
-
constructors
public Collection<? extends IJMethod> constructors()
Description copied from interface:IJClassConstructors of this class. FIXME: JMethod is ok'ish, but not entirely correct.- Specified by:
constructorsin interfaceIJClass- Overrides:
constructorsin classServletClass<org.palladiosimulator.pcm.repository.BasicComponent>
-
fields
public Collection<? extends IJField> fields()
Description copied from interface:IJCompilationUnitFields of this compilation unit.- Specified by:
fieldsin interfaceIJCompilationUnit- Overrides:
fieldsin classServletClass<org.palladiosimulator.pcm.repository.BasicComponent>
-
methods
public Collection<? extends IJMethod> methods()
Description copied from interface:IJCompilationUnitMethods (or signatures) defined by this compilation unit.- Specified by:
methodsin interfaceIJCompilationUnit- Overrides:
methodsin classServletClass<org.palladiosimulator.pcm.repository.BasicComponent>
-
-