Class ServletComposedStructureInterface
java.lang.Object
org.palladiosimulator.protocom.tech.ConceptMapping<org.palladiosimulator.pcm.core.entity.InterfaceProvidingEntity>
org.palladiosimulator.protocom.tech.servlet.repository.ServletComposedStructureInterface
- All Implemented Interfaces:
ICompilationUnit
,IJCompilationUnit
,IJInterface
public class ServletComposedStructureInterface
extends ConceptMapping<org.palladiosimulator.pcm.core.entity.InterfaceProvidingEntity>
implements IJInterface
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
Constructor Summary
ConstructorDescriptionServletComposedStructureInterface
(org.palladiosimulator.pcm.core.entity.InterfaceProvidingEntity pcmEntity) -
Method Summary
Modifier and TypeMethodDescriptionName of the compilation unit.Collection<? extends IJField>
fields()
Fields of this compilation unit.filePath()
Path and name of the generated file.Collection of interface names which are either implemented or extended.Collection<? extends IJMethod>
methods()
Methods (or signatures) defined by this compilation unit.Package name of this compilation unit.
-
Constructor Details
-
ServletComposedStructureInterface
public ServletComposedStructureInterface(org.palladiosimulator.pcm.core.entity.InterfaceProvidingEntity pcmEntity)
-
-
Method Details
-
packageName
Description copied from interface:IJCompilationUnit
Package name of this compilation unit.- Specified by:
packageName
in interfaceIJCompilationUnit
-
compilationUnitName
Description copied from interface:IJCompilationUnit
Name of the compilation unit.- Specified by:
compilationUnitName
in interfaceIJCompilationUnit
-
interfaces
Description copied from interface:IJCompilationUnit
Collection of interface names which are either implemented or extended.- Specified by:
interfaces
in interfaceIJCompilationUnit
-
methods
Description copied from interface:IJCompilationUnit
Methods (or signatures) defined by this compilation unit.- Specified by:
methods
in interfaceIJCompilationUnit
-
fields
Description copied from interface:IJCompilationUnit
Fields of this compilation unit.- Specified by:
fields
in interfaceIJCompilationUnit
-
projectName
- Specified by:
projectName
in interfaceICompilationUnit
-
filePath
Description copied from interface:ICompilationUnit
Path and name of the generated file.- Specified by:
filePath
in interfaceICompilationUnit
-