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.AllocationloadAllocation(String relativePath)Loads PCMAllocationmodel from file.static org.palladiosimulator.pcm.repository.RepositoryloadRepository(String relativePath)Loads PCMRepositorymodel from file.static org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironmentloadResourceenvironment(String relativePath)Loads PCMResourceEnvironmentmodel from file.static org.palladiosimulator.pcm.system.SystemloadSystem(String relativePath)Loads PCMSystemmodel from file.
-
-
-
Method Detail
-
loadSystem
public static org.palladiosimulator.pcm.system.System loadSystem(String relativePath)
Loads PCMSystemmodel from file.- Parameters:
relativePath- to file- Returns:
- loaded system specification
-
loadRepository
public static org.palladiosimulator.pcm.repository.Repository loadRepository(String relativePath)
Loads PCMRepositorymodel from file.- Parameters:
relativePath- to file- Returns:
- loaded
Repositoryspecification
-
loadAllocation
public static org.palladiosimulator.pcm.allocation.Allocation loadAllocation(String relativePath)
Loads PCMAllocationmodel from file.- Parameters:
relativePath- to file- Returns:
- loaded system specification
-
loadResourceenvironment
public static org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment loadResourceenvironment(String relativePath)
Loads PCMResourceEnvironmentmodel from file.- Parameters:
relativePath- to file- Returns:
- loaded
ResourceEnvironmentspecification
-
-