Class KiekerArchitectureModelSystemGraphUtils

java.lang.Object
kieker.analysis.metrics.graph.entropy.KiekerArchitectureModelSystemGraphUtils
All Implemented Interfaces:
org.mosim.refactorlizar.architecture.evaluation.graphs.SystemGraphUtils<DeployedComponent>

public class KiekerArchitectureModelSystemGraphUtils extends Object implements org.mosim.refactorlizar.architecture.evaluation.graphs.SystemGraphUtils<DeployedComponent>
Utility class to generate a system graph for Kieker Deployment Models.
Since:
2.0.0
Author:
Reiner Jung
  • Constructor Details

    • KiekerArchitectureModelSystemGraphUtils

      public KiekerArchitectureModelSystemGraphUtils()
  • Method Details

    • convertToSystemGraph

      public com.google.common.graph.MutableGraph<org.mosim.refactorlizar.architecture.evaluation.graphs.Node<DeployedComponent>> convertToSystemGraph(com.google.common.graph.Graph<org.mosim.refactorlizar.architecture.evaluation.graphs.Node<DeployedComponent>> graph)
      Specified by:
      convertToSystemGraph in interface org.mosim.refactorlizar.architecture.evaluation.graphs.SystemGraphUtils<DeployedComponent>