Class KiekerArchitectureModelSystemGraphUtils

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

public class KiekerArchitectureModelSystemGraphUtils
extends java.lang.Object
implements org.mosim.refactorlizar.architecture.evaluation.graphs.SystemGraphUtils<kieker.model.analysismodel.deployment.DeployedComponent>
Utility class to generate a system graph for Kieker Deployment Models.
Since:
2.0.0
  • Constructor Summary

    Constructors 
    Constructor Description
    KiekerArchitectureModelSystemGraphUtils()  
  • Method Summary

    Modifier and Type Method Description
    com.google.common.graph.MutableGraph<org.mosim.refactorlizar.architecture.evaluation.graphs.Node<kieker.model.analysismodel.deployment.DeployedComponent>> convertToSystemGraph​(com.google.common.graph.Graph<org.mosim.refactorlizar.architecture.evaluation.graphs.Node<kieker.model.analysismodel.deployment.DeployedComponent>> graph)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • convertToSystemGraph

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