Class DefaultGraphInfo

    • Constructor Detail

      • DefaultGraphInfo

        public DefaultGraphInfo​(String namespace)
      • DefaultGraphInfo

        public DefaultGraphInfo​(GraphInfo copy)
        Constructor to change the vertex Type of the given GraphInfo.
    • Method Detail

      • getNamespace

        public String getNamespace()
        Description copied from interface: GraphInfo
        The namespace of the graph. Should be unique over all Graphs
        Specified by:
        getNamespace in interface GraphInfo
      • getDescription

        public String getDescription()
        Description copied from interface: GraphInfo
        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."
        Specified by:
        getDescription in interface GraphInfo
      • getLabel

        public String getLabel()
        Description copied from interface: GraphInfo
        A user friendly name/label of the graph, e.g. "Business Service Graph"
        Specified by:
        getLabel in interface GraphInfo
      • setNamespace

        public void setNamespace​(String namespace)
      • setDescription

        public void setDescription​(String description)
      • setLabel

        public void setLabel​(String label)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object