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
ConstructorsConstructorDescriptionPojoComponentClassInterface(org.palladiosimulator.pcm.repository.BasicComponent pcmEntity) -
Method Summary
Modifier and TypeMethodDescriptionName of the 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.Methods inherited from class org.palladiosimulator.protocom.tech.rmi.PojoInterface
fields, packageName, projectName
-
Constructor Details
-
PojoComponentClassInterface
public PojoComponentClassInterface(org.palladiosimulator.pcm.repository.BasicComponent pcmEntity)
-
-
Method Details
-
compilationUnitName
Description copied from interface:IJCompilationUnitName of the compilation unit.- Specified by:
compilationUnitNamein interfaceIJCompilationUnit- Overrides:
compilationUnitNamein classPojoInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
interfaces
Description copied from interface:IJCompilationUnitCollection of interface names which are either implemented or extended.- Specified by:
interfacesin interfaceIJCompilationUnit- Overrides:
interfacesin classPojoInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
methods
Description copied from interface:IJCompilationUnitMethods (or signatures) defined by this compilation unit.- Specified by:
methodsin interfaceIJCompilationUnit- Overrides:
methodsin classPojoInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
filePath
Description copied from interface:ICompilationUnitPath and name of the generated file.- Specified by:
filePathin interfaceICompilationUnit- Overrides:
filePathin classPojoInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-