Interface GraphInfo

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      A short description of the graph to help user's understand what the context of the graph is, e.g.: "This provider shows the hierarchy of the defined Business Services and their computed operational states."
      java.lang.String getLabel()
      A user friendly name/label of the graph, e.g.
      java.lang.String getNamespace()
      The namespace of the graph.
    • Method Detail

      • getNamespace

        java.lang.String getNamespace()
        The namespace of the graph. Should be unique over all Graphs
      • getDescription

        java.lang.String getDescription()
        A short description of the graph to help user's understand what the context of the graph is, e.g.: "This provider shows the hierarchy of the defined Business Services and their computed operational states."
      • getLabel

        java.lang.String getLabel()
        A user friendly name/label of the graph, e.g. "Business Service Graph"