NodeCounts

Information about the number of nodes and node types in a vehicle network.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The total number of nodes in a vehicle network.

Link copied to clipboard

The total properties for the node.

Link copied to clipboard

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

Link copied to clipboard

The total structure for the node.

Functions

Link copied to clipboard
inline fun copy(block: NodeCounts.Builder.() -> Unit = {}): NodeCounts
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String