Interface Graph.Variables

  • Enclosing interface:
    Graph

    public static interface Graph.Variables
    Graph variables are a set of key/value pairs associated with the graph. The keys are String and the values are Objects.
    • Method Detail

      • keys

        Set<String> keys()
        Keys set for the available variables.
      • set

        void set​(String key,
                 Object value)
        Sets a variable.
      • remove

        void remove​(String key)
        Removes a variable.