Class PojoCompositeComponentClass
java.lang.Object
org.palladiosimulator.protocom.tech.ConceptMapping<E>
org.palladiosimulator.protocom.tech.rmi.PojoClass<E>
org.palladiosimulator.protocom.tech.rmi.PojoComposedStructureClass<org.palladiosimulator.pcm.repository.CompositeComponent>
org.palladiosimulator.protocom.tech.rmi.repository.PojoCompositeComponentClass
- All Implemented Interfaces:
ICompilationUnit
,IJClass
,IJCompilationUnit
public class PojoCompositeComponentClass
extends PojoComposedStructureClass<org.palladiosimulator.pcm.repository.CompositeComponent>
Provider for CompositeComponents.
In contrast to other ComposedStructures, the encapsulated components are created by this one.
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
Constructor Summary
ConstructorDescriptionPojoCompositeComponentClass
(org.palladiosimulator.pcm.repository.CompositeComponent pcmEntity) -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends IJMethod>
Constructors of this class.Collection<? extends IJField>
fields()
Fields of this compilation unit.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.PojoClass
annotations, compilationUnitName, filePath, packageName, projectName, superClass
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.palladiosimulator.protocom.lang.ICompilationUnit
filePath, projectName
Methods inherited from interface org.palladiosimulator.protocom.lang.java.IJClass
annotations, superClass
Methods inherited from interface org.palladiosimulator.protocom.lang.java.IJCompilationUnit
compilationUnitName, packageName
-
Constructor Details
-
PojoCompositeComponentClass
public PojoCompositeComponentClass(org.palladiosimulator.pcm.repository.CompositeComponent pcmEntity)
-
-
Method Details
-
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.repository.CompositeComponent>
-
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.repository.CompositeComponent>
-
fields
Description copied from interface:IJCompilationUnit
Fields of this compilation unit.- Specified by:
fields
in interfaceIJCompilationUnit
- Overrides:
fields
in classPojoComposedStructureClass<org.palladiosimulator.pcm.repository.CompositeComponent>
-
methods
Description copied from interface:IJCompilationUnit
Methods (or signatures) defined by this compilation unit.- Specified by:
methods
in interfaceIJCompilationUnit
- Overrides:
methods
in classPojoComposedStructureClass<org.palladiosimulator.pcm.repository.CompositeComponent>
-