Class PojoComposedStructureContextInterface
java.lang.Object
org.palladiosimulator.protocom.tech.ConceptMapping<E>
org.palladiosimulator.protocom.tech.rmi.PojoInterface<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
org.palladiosimulator.protocom.tech.rmi.repository.PojoComposedStructureContextInterface
- All Implemented Interfaces:
ICompilationUnit,IJCompilationUnit,IJInterface
public class PojoComposedStructureContextInterface
extends PojoInterface<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity -
Constructor Summary
ConstructorsConstructorDescriptionPojoComposedStructureContextInterface(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity 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
-
PojoComposedStructureContextInterface
public PojoComposedStructureContextInterface(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity pcmEntity)
-
-
Method Details
-
packageName
Description copied from interface:IJCompilationUnitPackage name of this compilation unit.- Specified by:
packageNamein interfaceIJCompilationUnit- Overrides:
packageNamein classPojoInterface<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
-
compilationUnitName
Description copied from interface:IJCompilationUnitName of the compilation unit.- Specified by:
compilationUnitNamein interfaceIJCompilationUnit- Overrides:
compilationUnitNamein classPojoInterface<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
-
methods
Description copied from interface:IJCompilationUnitMethods (or signatures) defined by this compilation unit.- Specified by:
methodsin interfaceIJCompilationUnit- Overrides:
methodsin classPojoInterface<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
-
filePath
Description copied from interface:ICompilationUnitPath and name of the generated file.- Specified by:
filePathin interfaceICompilationUnit- Overrides:
filePathin classPojoInterface<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
-