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
Constructors Constructor Description PojoComposedStructureContextInterface(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity 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<? extends IJMethod>
methods()
Methods (or signatures) defined by this compilation unit.String
packageName()
Package name of this compilation unit.-
Methods inherited from class org.palladiosimulator.protocom.tech.rmi.PojoInterface
fields, interfaces, projectName
-
-
-
-
Method Detail
-
packageName
public String packageName()
Description copied from interface:IJCompilationUnit
Package name of this compilation unit.- Specified by:
packageName
in interfaceIJCompilationUnit
- Overrides:
packageName
in classPojoInterface<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
-
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.core.entity.InterfaceRequiringEntity>
-
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.core.entity.InterfaceRequiringEntity>
-
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.core.entity.InterfaceRequiringEntity>
-
-