Class DependencyGraph

java.lang.Object
de.rss.fachstudie.MiSim.export.DependencyGraph

public class DependencyGraph
extends Object
The DependencyGraph class is used in order to create the graph that displays the dependencies between all of the systems microservice instances.
  • Constructor Details

    • DependencyGraph

      public DependencyGraph​(MainModel model, Collection<Microservice> microservices)
      Instantiates a DependencyGraph.
      Parameters:
      model - MainModel: The model which owns this DependencyGraph
      microservices - all known services
  • Method Details

    • printGraph

      public String printGraph()
      Create the javascript code for the DependencyGraph.
      Returns:
      String: js code for the graph