Class PCMSaver
- java.lang.Object
-
- tools.descartes.pmx.pcm.builder.persistance.PCMSaver
-
public class PCMSaver extends Object
-
-
Constructor Summary
Constructors Constructor Description PCMSaver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResourceSet
getResourceSet()
static void
init()
static void
save(org.palladiosimulator.pcm.allocation.Allocation allocation, String relativePath)
Saves PCMAllocation
to file.static void
save(org.palladiosimulator.pcm.repository.Repository repository, String relativePath)
Saves PCMRepository
to file.static void
save(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment resourceEnvironment, String relativePath)
Saves PCMResourceEnvironment
to file.static void
save(org.palladiosimulator.pcm.system.System system, String relativePath)
Saves PCMSystem
to file.static void
save(org.palladiosimulator.pcm.usagemodel.UsageModel usagemodel, String relativePath)
Saves PCMResourceEnvironment
to file.static void
setResourceSet(ResourceSet resourceSet2)
-
-
-
Method Detail
-
save
public static void save(org.palladiosimulator.pcm.system.System system, String relativePath)
Saves PCMSystem
to file.- Parameters:
system
- modelrelativePath
-
-
save
public static void save(org.palladiosimulator.pcm.allocation.Allocation allocation, String relativePath)
Saves PCMAllocation
to file.- Parameters:
allocation
- modelrelativePath
-
-
save
public static void save(org.palladiosimulator.pcm.repository.Repository repository, String relativePath)
Saves PCMRepository
to file.- Parameters:
repository
- modelrelativePath
-
-
save
public static void save(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment resourceEnvironment, String relativePath)
Saves PCMResourceEnvironment
to file.- Parameters:
resourceEnvironment
- modelrelativePath
-
-
save
public static void save(org.palladiosimulator.pcm.usagemodel.UsageModel usagemodel, String relativePath)
Saves PCMResourceEnvironment
to file.- Parameters:
resourceEnvironment
- modelrelativePath
-
-
getResourceSet
public static ResourceSet getResourceSet()
-
init
public static void init()
-
setResourceSet
public static void setResourceSet(ResourceSet resourceSet2)
-
-