Class PCMInstanceCreator

java.lang.Object
org.palladiosimulator.somox.analyzer.rules.engine.PCMInstanceCreator

public class PCMInstanceCreator extends Object
  • Constructor Details

  • Method Details

    • createPCM

      public org.palladiosimulator.pcm.repository.Repository createPCM(Map<String,Set<org.eclipse.jdt.core.dom.CompilationUnit>> mapping)
      Returns a PCM Repository model. It first creates the interfaces, then the components.
      Parameters:
      mapping - a mapping between microservice names and java model instances
      Returns:
      the PCM repository model