EnteredNetwork

@Serializable
@SerialName(value = "EnteredNetwork")
data class EnteredNetwork(val simTime: Double, val entityId: Long, val networkName: String, val ingressName: String, val qObjectType: Int = 1, val qObjectTypeName: String? = null) : AnimationEvent(source)

An entity entered a station network through an ingress. qObjectType is the QObject's integer type id (1 by default; a QObjectClass.typeId in multi-class networks) and qObjectTypeName is the resolved class name when one is registered (else null), so a renderer can style station entities by class (8G.1).

Constructors

Link copied to clipboard
constructor(simTime: Double, entityId: Long, networkName: String, ingressName: String, qObjectType: Int = 1, qObjectTypeName: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val simTime: Double