InvalidatingVisitor

class InvalidatingVisitor(val tree: ITree, val invalidationTree: InvalidationTree) : ITreeChangeVisitorEx

Visitor that visits a tree and stores the invalidation information in an invalidationTree.

Constructors

Link copied to clipboard
constructor(tree: ITree, invalidationTree: InvalidationTree)

Properties

Link copied to clipboard
Link copied to clipboard
val tree: ITree

Functions

Link copied to clipboard
open override fun childrenChanged(nodeId: Long, role: String?)
Link copied to clipboard
open fun conceptChanged(nodeId: Long)
Link copied to clipboard
open override fun containmentChanged(nodeId: Long)
Link copied to clipboard
open override fun nodeAdded(nodeId: Long)
Link copied to clipboard
open override fun nodeRemoved(nodeId: Long)
Link copied to clipboard
open override fun propertyChanged(nodeId: Long, role: String)
Link copied to clipboard
open override fun referenceChanged(nodeId: Long, role: String)