Class PojoComposedStructureContextClass
java.lang.Object
org.palladiosimulator.protocom.tech.ConceptMapping<E>
org.palladiosimulator.protocom.tech.rmi.PojoClass<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
org.palladiosimulator.protocom.tech.rmi.repository.PojoComposedStructureContextClass
- All Implemented Interfaces:
ICompilationUnit
,IJClass
,IJCompilationUnit
public class PojoComposedStructureContextClass
extends PojoClass<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
Constructor Summary
ConstructorDescriptionPojoComposedStructureContextClass
(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity pcmEntity) -
Method Summary
Modifier and TypeMethodDescriptionName of the compilation unit.Collection<? extends IJMethod>
Constructors of this class.Collection<? extends IJField>
fields()
Fields of this 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.Package name of this compilation unit.Methods inherited from class org.palladiosimulator.protocom.tech.rmi.PojoClass
annotations, projectName, superClass
-
Constructor Details
-
PojoComposedStructureContextClass
public PojoComposedStructureContextClass(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity pcmEntity)
-
-
Method Details
-
fields
Description copied from interface:IJCompilationUnit
Fields of this compilation unit.- Specified by:
fields
in interfaceIJCompilationUnit
- Overrides:
fields
in classPojoClass<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
-
constructors
Description copied from interface:IJClass
Constructors of this class. FIXME: JMethod is ok'ish, but not entirely correct.- Specified by:
constructors
in interfaceIJClass
- Overrides:
constructors
in classPojoClass<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
-
packageName
Description copied from interface:IJCompilationUnit
Package name of this compilation unit.- Specified by:
packageName
in interfaceIJCompilationUnit
- Overrides:
packageName
in classPojoClass<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
-
compilationUnitName
Description copied from interface:IJCompilationUnit
Name of the compilation unit.- Specified by:
compilationUnitName
in interfaceIJCompilationUnit
- Overrides:
compilationUnitName
in classPojoClass<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
-
interfaces
Description copied from interface:IJCompilationUnit
Collection of interface names which are either implemented or extended.- Specified by:
interfaces
in interfaceIJCompilationUnit
- Overrides:
interfaces
in classPojoClass<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
-
methods
Description copied from interface:IJCompilationUnit
Methods (or signatures) defined by this compilation unit.- Specified by:
methods
in interfaceIJCompilationUnit
- Overrides:
methods
in classPojoClass<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
-
filePath
Description copied from interface:ICompilationUnit
Path and name of the generated file.- Specified by:
filePath
in interfaceICompilationUnit
- Overrides:
filePath
in classPojoClass<org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity>
-