INodeReference

@Serializable(with = NodeReferenceKSerializer::class)
interface INodeReference

Reference to an INode-

The relation between an INodeReference and an INode is n to 1. Two INodeReferences that are not equal can resolve to the same INode.

Inheritors

Functions

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

Tries to find the referenced node in the given IArea.

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