TreeChange

data class TreeChange(val actorID: ActorID, val type: TreeChangeType, val from: Int, val to: Int, val fromPath: List<Int>, val toPath: List<Int>, val value: List<TreeNode>? = null, val attributes: Map<String, String>? = null, val attributesToRemove: List<String>? = null, val splitLevel: Int = 0)

Constructors

Link copied to clipboard
constructor(actorID: ActorID, type: TreeChangeType, from: Int, to: Int, fromPath: List<Int>, toPath: List<Int>, value: List<TreeNode>? = null, attributes: Map<String, String>? = null, attributesToRemove: List<String>? = null, splitLevel: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
val attributes: Map<String, String>? = null
Link copied to clipboard
Link copied to clipboard
val from: Int
Link copied to clipboard
Link copied to clipboard
val splitLevel: Int = 0
Link copied to clipboard
val to: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: List<TreeNode>? = null