SetConceptOp  
    class SetConceptOp(val nodeId: Long, val concept: IConceptReference?) : AbstractOperation, IOperationIntend
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
Types
Link copied to clipboard
                  inner class Applied(originalConcept: IConceptReference?) : AbstractOperation.Applied, IAppliedOperation
Properties
Functions
Link copied to clipboard
                  open override fun apply(transaction: IWriteTransaction, store: IDeserializingKeyValueStore): IAppliedOperation
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard