PNodeReference

data class PNodeReference(val id: Long, val branchId: String) : INodeReference

Constructors

Link copied to clipboard
constructor(id: Long, branchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: Long

Functions

Link copied to clipboard
Link copied to clipboard
open override fun resolveNode(area: IArea?): INode?

Tries to find the referenced node in the given IArea.

Link copied to clipboard
open override fun serialize(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String