Serialized Form

  • Package dslabs.framework

    • Class dslabs.framework.Node

      class Node extends Object implements Serializable
      • Serialized Fields

        • address
          @NonNull Address address
          This Node's address.
        • parentNode
          Node parentNode
          The Node's parent (or null if this Node is the root Node in the hierarchy).
        • subNodes
          Map<String,Node> subNodes
          This Node's sub-Nodes, indexed by their ID. Sub-Nodes must have a SubAddress composed of this Node's address and their ID.