Class GraphPackageResponse


  • public final class GraphPackageResponse
    extends java.lang.Object
    • Method Detail

      • edges

        public java.util.List<GraphEdgeResponse> edges()
        Returns:
        The list of edges making up the graph.
      • graphParameters

        public java.util.Map<java.lang.String,​GraphParameterResponse> graphParameters()
        Returns:
        The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.
      • nodes

        public java.util.Map<java.lang.String,​GraphNodeResponse> nodes()
        Returns:
        The set of nodes making up the graph, provided as a nodeId to GraphNode map