Interface NodeCounts.Builder

  • Method Details

    • totalNodes

      NodeCounts.Builder totalNodes(Integer totalNodes)

      The total number of nodes in a vehicle network.

      Parameters:
      totalNodes - The total number of nodes in a vehicle network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalBranches

      NodeCounts.Builder totalBranches(Integer totalBranches)

      The total number of nodes in a vehicle network that represent branches.

      Parameters:
      totalBranches - The total number of nodes in a vehicle network that represent branches.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalSensors

      NodeCounts.Builder totalSensors(Integer totalSensors)

      The total number of nodes in a vehicle network that represent sensors.

      Parameters:
      totalSensors - The total number of nodes in a vehicle network that represent sensors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalAttributes

      NodeCounts.Builder totalAttributes(Integer totalAttributes)

      The total number of nodes in a vehicle network that represent attributes.

      Parameters:
      totalAttributes - The total number of nodes in a vehicle network that represent attributes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalActuators

      NodeCounts.Builder totalActuators(Integer totalActuators)

      The total number of nodes in a vehicle network that represent actuators.

      Parameters:
      totalActuators - The total number of nodes in a vehicle network that represent actuators.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalStructs

      NodeCounts.Builder totalStructs(Integer totalStructs)

      The total structure for the node.

      Parameters:
      totalStructs - The total structure for the node.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalProperties

      NodeCounts.Builder totalProperties(Integer totalProperties)

      The total properties for the node.

      Parameters:
      totalProperties - The total properties for the node.
      Returns:
      Returns a reference to this object so that method calls can be chained together.