Node

open class Node(id: Long, type: Int)

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
sendEvent
Link copied to clipboard
common
open fun sendEvent(event: Event)
toString
Link copied to clipboard
common
open fun toString(): String

Properties

id
Link copied to clipboard
common
val id: Long
type
Link copied to clipboard
common
val type: Int