Class ServletInfrastructureInterface
java.lang.Object
org.palladiosimulator.protocom.tech.ConceptMapping<E>
org.palladiosimulator.protocom.tech.servlet.ServletInterface<org.palladiosimulator.pcm.repository.InfrastructureInterface>
org.palladiosimulator.protocom.tech.servlet.repository.ServletInfrastructureInterface
- All Implemented Interfaces:
ICompilationUnit
,IJCompilationUnit
,IJInterface
public class ServletInfrastructureInterface
extends ServletInterface<org.palladiosimulator.pcm.repository.InfrastructureInterface>
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.tech.servlet.ServletInterface
frameworkBase, stackContext, stackFrame
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
Constructor Summary
ConstructorDescriptionServletInfrastructureInterface
(org.palladiosimulator.pcm.repository.InfrastructureInterface pcmEntity) -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends IJMethod>
methods()
Methods (or signatures) defined by this compilation unit.Methods inherited from class org.palladiosimulator.protocom.tech.servlet.ServletInterface
compilationUnitName, fields, filePath, interfaces, packageName, projectName
-
Constructor Details
-
ServletInfrastructureInterface
public ServletInfrastructureInterface(org.palladiosimulator.pcm.repository.InfrastructureInterface pcmEntity)
-
-
Method Details
-
methods
Description copied from interface:IJCompilationUnit
Methods (or signatures) defined by this compilation unit.- Specified by:
methods
in interfaceIJCompilationUnit
- Overrides:
methods
in classServletInterface<org.palladiosimulator.pcm.repository.InfrastructureInterface>
-