Class PojoResourceEnvironment
java.lang.Object
org.palladiosimulator.protocom.tech.ConceptMapping<org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment>
org.palladiosimulator.protocom.tech.rmi.resourceenvironment.PojoResourceEnvironment
- All Implemented Interfaces:
ICompilationUnit
,IJClass
,IJCompilationUnit
public class PojoResourceEnvironment
extends ConceptMapping<org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment>
implements IJClass
Creates a configuration file for the ResourceEnvironment.
FIXME: ResourceEnvironment is not an Entity. Therefore we cannot reuse PojoClass at this moment...
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
Constructor Summary
ConstructorDescriptionPojoResourceEnvironment
(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment pcmEntity) -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends IJAnnotation>
Name 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.Inherited class name.
-
Constructor Details
-
PojoResourceEnvironment
public PojoResourceEnvironment(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment pcmEntity)
-
-
Method Details
-
superClass
Description copied from interface:IJClass
Inherited class name.- Specified by:
superClass
in interfaceIJClass
-
packageName
Description copied from interface:IJCompilationUnit
Package name of this compilation unit.- Specified by:
packageName
in interfaceIJCompilationUnit
-
compilationUnitName
Description copied from interface:IJCompilationUnit
Name of the compilation unit.- Specified by:
compilationUnitName
in interfaceIJCompilationUnit
-
methods
Description copied from interface:IJCompilationUnit
Methods (or signatures) defined by this compilation unit.- Specified by:
methods
in interfaceIJCompilationUnit
-
filePath
Description copied from interface:ICompilationUnit
Path and name of the generated file.- Specified by:
filePath
in interfaceICompilationUnit
-
constructors
Description copied from interface:IJClass
Constructors of this class. FIXME: JMethod is ok'ish, but not entirely correct.- Specified by:
constructors
in interfaceIJClass
-
interfaces
Description copied from interface:IJCompilationUnit
Collection of interface names which are either implemented or extended.- Specified by:
interfaces
in interfaceIJCompilationUnit
-
fields
Description copied from interface:IJCompilationUnit
Fields of this compilation unit.- Specified by:
fields
in interfaceIJCompilationUnit
-
projectName
- Specified by:
projectName
in interfaceICompilationUnit
-
annotations
- Specified by:
annotations
in interfaceIJClass
-