QObjectClassSpec

@Serializable
data class QObjectClassSpec(val name: String, val typeId: Int, val priority: Int = 1, val serviceTime: RVData? = null)(source)

A QObject class template for multi-class networks.

Constructors

Link copied to clipboard
constructor(name: String, typeId: Int, priority: Int = 1, serviceTime: RVData? = null)

Properties

Link copied to clipboard

unique class name

Link copied to clipboard

the instance priority

Link copied to clipboard

an optional per-class service-time distribution attached as the value object

Link copied to clipboard
val typeId: Int

the integer type id stamped on instances