Class PojoClasspath
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.rmi.PojoClasspathFile<org.palladiosimulator.pcm.system.System>
-
- org.palladiosimulator.protocom.tech.rmi.system.PojoClasspath
-
- All Implemented Interfaces:
ICompilationUnit
,IClasspath
public class PojoClasspath extends PojoClasspathFile<org.palladiosimulator.pcm.system.System>
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description PojoClasspath(org.palladiosimulator.pcm.system.System pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
classPathEntries()
String
filePath()
Path and name of the generated file.-
Methods inherited from class org.palladiosimulator.protocom.tech.rmi.PojoClasspathFile
projectName
-
-
-
-
Method Detail
-
classPathEntries
public String classPathEntries()
- Specified by:
classPathEntries
in interfaceIClasspath
- Overrides:
classPathEntries
in classPojoClasspathFile<org.palladiosimulator.pcm.system.System>
-
filePath
public String filePath()
Description copied from interface:ICompilationUnit
Path and name of the generated file.- Specified by:
filePath
in interfaceICompilationUnit
- Overrides:
filePath
in classPojoClasspathFile<org.palladiosimulator.pcm.system.System>
-
-