Interface Node.Builder

    • Method Detail

      • branch

        Node.Builder branch​(Branch branch)

        Information about a node specified as a branch.

        A group of signals that are defined in a hierarchical structure.

        Parameters:
        branch - Information about a node specified as a branch.

        A group of signals that are defined in a hierarchical structure.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sensor

        Node.Builder sensor​(Sensor sensor)
        Sets the value of the Sensor property for this object.
        Parameters:
        sensor - The new value for the Sensor property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actuator

        Node.Builder actuator​(Actuator actuator)

        Information about a node specified as an actuator.

        An actuator is a digital representation of a vehicle device.

        Parameters:
        actuator - Information about a node specified as an actuator.

        An actuator is a digital representation of a vehicle device.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attribute

        Node.Builder attribute​(Attribute attribute)

        Information about a node specified as an attribute.

        An attribute represents static information about a vehicle.

        Parameters:
        attribute - Information about a node specified as an attribute.

        An attribute represents static information about a vehicle.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • struct

        Node.Builder struct​(CustomStruct struct)

        Represents a complex or higher-order data structure.

        Parameters:
        struct - Represents a complex or higher-order data structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • property

        Node.Builder property​(CustomProperty property)

        Represents a member of the complex data structure. The datatype of the property can be either primitive or another struct.

        Parameters:
        property - Represents a member of the complex data structure. The datatype of the property can be either primitive or another struct.
        Returns:
        Returns a reference to this object so that method calls can be chained together.