Class PCMLoader


  • public class PCMLoader
    extends Object
    • Constructor Detail

      • PCMLoader

        public PCMLoader()
    • Method Detail

      • loadSystem

        public static org.palladiosimulator.pcm.system.System loadSystem​(String relativePath)
        Loads PCM System model from file.
        Parameters:
        relativePath - to file
        Returns:
        loaded system specification
      • loadRepository

        public static org.palladiosimulator.pcm.repository.Repository loadRepository​(String relativePath)
        Loads PCM Repository model from file.
        Parameters:
        relativePath - to file
        Returns:
        loaded Repository specification
      • loadAllocation

        public static org.palladiosimulator.pcm.allocation.Allocation loadAllocation​(String relativePath)
        Loads PCM Allocation model from file.
        Parameters:
        relativePath - to file
        Returns:
        loaded system specification
      • loadResourceenvironment

        public static org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment loadResourceenvironment​(String relativePath)
        Loads PCM ResourceEnvironment model from file.
        Parameters:
        relativePath - to file
        Returns:
        loaded ResourceEnvironment specification