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
Constructors Constructor Description PojoResourceEnvironment(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends IJAnnotation>annotations()StringcompilationUnitName()Name of the compilation unit.Collection<? extends IJMethod>constructors()Constructors of this class.Collection<? extends IJField>fields()Fields of this compilation unit.StringfilePath()Path and name of the generated file.Collection<String>interfaces()Collection of interface names which are either implemented or extended.Collection<? extends IJMethod>methods()Methods (or signatures) defined by this compilation unit.StringpackageName()Package name of this compilation unit.StringprojectName()StringsuperClass()Inherited class name.
-
-
-
Method Detail
-
superClass
public String superClass()
Description copied from interface:IJClassInherited class name.- Specified by:
superClassin interfaceIJClass
-
packageName
public String packageName()
Description copied from interface:IJCompilationUnitPackage name of this compilation unit.- Specified by:
packageNamein interfaceIJCompilationUnit
-
compilationUnitName
public String compilationUnitName()
Description copied from interface:IJCompilationUnitName of the compilation unit.- Specified by:
compilationUnitNamein interfaceIJCompilationUnit
-
methods
public Collection<? extends IJMethod> methods()
Description copied from interface:IJCompilationUnitMethods (or signatures) defined by this compilation unit.- Specified by:
methodsin interfaceIJCompilationUnit
-
filePath
public String filePath()
Description copied from interface:ICompilationUnitPath and name of the generated file.- Specified by:
filePathin interfaceICompilationUnit
-
constructors
public Collection<? extends IJMethod> constructors()
Description copied from interface:IJClassConstructors of this class. FIXME: JMethod is ok'ish, but not entirely correct.- Specified by:
constructorsin interfaceIJClass
-
interfaces
public Collection<String> interfaces()
Description copied from interface:IJCompilationUnitCollection of interface names which are either implemented or extended.- Specified by:
interfacesin interfaceIJCompilationUnit
-
fields
public Collection<? extends IJField> fields()
Description copied from interface:IJCompilationUnitFields of this compilation unit.- Specified by:
fieldsin interfaceIJCompilationUnit
-
projectName
public String projectName()
- Specified by:
projectNamein interfaceICompilationUnit
-
annotations
public Collection<? extends IJAnnotation> annotations()
- Specified by:
annotationsin interfaceIJClass
-
-