SetConceptOp

Operation to set the concept of a node.

Parameters

nodeId

id of the node

concept

reference to the new concept, or null to remove the concept

Constructors

Link copied to clipboard
constructor(nodeId: Long, concept: IConceptReference?)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun apply(transaction: IWriteTransaction, store: IDeserializingKeyValueStore): IAppliedOperation
Link copied to clipboard
Link copied to clipboard
open override fun getOriginalOp(): IOperation
Link copied to clipboard
Link copied to clipboard
open override fun restoreIntend(tree: ITree): List<IOperation>
Link copied to clipboard
open override fun toString(): String