Class PojoSystemClass
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.system.System>
org.palladiosimulator.protocom.tech.rmi.system.PojoSystemClass
- All Implemented Interfaces:
ICompilationUnit
,IJClass
,IJCompilationUnit
public class PojoSystemClass
extends PojoComposedStructureClass<org.palladiosimulator.pcm.system.System>
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
Constructor Summary
-
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
-
PojoSystemClass
public PojoSystemClass(org.palladiosimulator.pcm.system.System 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.system.System>
-
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.system.System>
-
fields
Description copied from interface:IJCompilationUnit
Fields of this compilation unit.- Specified by:
fields
in interfaceIJCompilationUnit
- Overrides:
fields
in classPojoComposedStructureClass<org.palladiosimulator.pcm.system.System>
-
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.system.System>
-