Class PCMLoader
- java.lang.Object
-
- tools.descartes.pmx.pcm.builder.persistance.PCMLoader
-
public class PCMLoader extends Object
-
-
Constructor Summary
Constructors Constructor Description PCMLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.palladiosimulator.pcm.allocation.Allocation
loadAllocation(String relativePath)
Loads PCMAllocation
model from file.static org.palladiosimulator.pcm.repository.Repository
loadRepository(String relativePath)
Loads PCMRepository
model from file.static org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment
loadResourceenvironment(String relativePath)
Loads PCMResourceEnvironment
model from file.static org.palladiosimulator.pcm.system.System
loadSystem(String relativePath)
Loads PCMSystem
model from file.
-
-
-
Method Detail
-
loadSystem
public static org.palladiosimulator.pcm.system.System loadSystem(String relativePath)
Loads PCMSystem
model from file.- Parameters:
relativePath
- to file- Returns:
- loaded system specification
-
loadRepository
public static org.palladiosimulator.pcm.repository.Repository loadRepository(String relativePath)
Loads PCMRepository
model from file.- Parameters:
relativePath
- to file- Returns:
- loaded
Repository
specification
-
loadAllocation
public static org.palladiosimulator.pcm.allocation.Allocation loadAllocation(String relativePath)
Loads PCMAllocation
model from file.- Parameters:
relativePath
- to file- Returns:
- loaded system specification
-
loadResourceenvironment
public static org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment loadResourceenvironment(String relativePath)
Loads PCMResourceEnvironment
model from file.- Parameters:
relativePath
- to file- Returns:
- loaded
ResourceEnvironment
specification
-
-