Class RhinoGrafanaDashboard

  • All Implemented Interfaces:
    GrafanaDashboard

    public class RhinoGrafanaDashboard
    extends java.lang.Object
    implements GrafanaDashboard
    Dashboard template generator takes the simulation metadata and generates a new dashboard from the dashboard template given.

    Since:
    1.1.0
    Author:
    Erhan Bagdemir
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDashboard​(java.lang.String simulationName, java.lang.String dashboardTemplate, java.lang.String[] dsls)
      Returns the string representation of the dashboard.
      • Methods inherited from class java.lang.Object

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

      • RhinoGrafanaDashboard

        public RhinoGrafanaDashboard()
    • Method Detail

      • getDashboard

        public java.lang.String getDashboard​(java.lang.String simulationName,
                                             java.lang.String dashboardTemplate,
                                             java.lang.String[] dsls)
        Description copied from interface: GrafanaDashboard
        Returns the string representation of the dashboard.

        Specified by:
        getDashboard in interface GrafanaDashboard
        Parameters:
        simulationName - The name of the simulation.
        dashboardTemplate - Dashboard template.
        dsls - A list of dsls used in dashboards.
        Returns:
        String representation of the dashboard.