Class PojoBasicComponentContextInterface
java.lang.Object
org.palladiosimulator.protocom.tech.ConceptMapping<E>
org.palladiosimulator.protocom.tech.rmi.PojoInterface<org.palladiosimulator.pcm.repository.BasicComponent>
org.palladiosimulator.protocom.tech.rmi.repository.PojoBasicComponentContextInterface
- All Implemented Interfaces:
ICompilationUnit
,IJCompilationUnit
,IJInterface
public class PojoBasicComponentContextInterface
extends PojoInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
Constructor Summary
ConstructorDescriptionPojoBasicComponentContextInterface
(org.palladiosimulator.pcm.repository.BasicComponent pcmEntity) -
Method Summary
Modifier and TypeMethodDescriptionName of the 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.Methods inherited from class org.palladiosimulator.protocom.tech.rmi.PojoInterface
fields, interfaces, projectName
-
Constructor Details
-
PojoBasicComponentContextInterface
public PojoBasicComponentContextInterface(org.palladiosimulator.pcm.repository.BasicComponent pcmEntity)
-
-
Method Details
-
filePath
Description copied from interface:ICompilationUnit
Path and name of the generated file.- Specified by:
filePath
in interfaceICompilationUnit
- Overrides:
filePath
in classPojoInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
packageName
Description copied from interface:IJCompilationUnit
Package name of this compilation unit.- Specified by:
packageName
in interfaceIJCompilationUnit
- Overrides:
packageName
in classPojoInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
compilationUnitName
Description copied from interface:IJCompilationUnit
Name of the compilation unit.- Specified by:
compilationUnitName
in interfaceIJCompilationUnit
- Overrides:
compilationUnitName
in classPojoInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
methods
Description copied from interface:IJCompilationUnit
Methods (or signatures) defined by this compilation unit.- Specified by:
methods
in interfaceIJCompilationUnit
- Overrides:
methods
in classPojoInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-