Class PojoComponentClassInterface
- 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.PojoComponentClassInterface
-
- All Implemented Interfaces:
ICompilationUnit
,IJCompilationUnit
,IJInterface
public class PojoComponentClassInterface extends PojoInterface<org.palladiosimulator.pcm.repository.BasicComponent>
Defining the content of component implementation interfaces (the interfaces for the classes implementing the component behavior).
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description PojoComponentClassInterface(org.palladiosimulator.pcm.repository.BasicComponent pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
compilationUnitName()
Name of the compilation unit.String
filePath()
Path and name of the generated file.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.rmi.PojoInterface
fields, packageName, projectName
-
-
-
-
Method Detail
-
compilationUnitName
public String 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>
-
interfaces
public Collection<String> interfaces()
Description copied from interface:IJCompilationUnit
Collection of interface names which are either implemented or extended.- Specified by:
interfaces
in interfaceIJCompilationUnit
- Overrides:
interfaces
in classPojoInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
methods
public Collection<? extends IJMethod> 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>
-
filePath
public String 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>
-
-