UniKL Logo

Lehrgebiet Informationssysteme

FB Informatik

FB Informatik
 
LG IS
AG DBIS
AG HIS
Jobs / Tasks
Courses
Publications
Contact
Misc
Impressum
(C) AG DBIS
 

Test Case taDOM2+/21-taDOM2+-33-CO

taDOM2+ Lock Requests of executed Operation setAttribute(contextElementNode, ctxAttrNameString, valueString) returns Node

The setAttribute operation is executed on the context element node CO and sets a new value of the context attribute node CA. The named context attribute does not already exist and must be created. The operation returns the new value node AS.

Behavior specified with base operations:

  • readCO
  • writeCA
  • writeAS
Read Set = CO , Write Set = CA AS
  • LockRequest[node=CO,lock:NR,PSE:-,NSE:-,FCE:-,LCE:-]
  • LockRequest[node=CN,lock:NR,PSE:-,NSE:-,FCE:-,LCE:-]
  • LockRequest[node=CA,lock:SX,PSE:-,NSE:-,FCE:-,LCE:-]

taDOM2+ Lock Requests of checked Operation deleteNode(contextNode) executed on node CO

The deleteNode operation is executed on the context element node CO and deletes the context node. Thereby, the context node is the last child of its parent node.

Bahavior specified with base operations:

  • modifyPALCE
  • modifyPSNSE
  • writeCO
  • writeFC
  • writeCH
  • writeLC
  • writeDC

Read and write sets for execution on CO:

Read Set = , Write Set = CO FC CH LC DC CA AS AX XS PALCE PSNSE
  • LockRequest[node=CO,lock:SX,PSE:-,NSE:-,FCE:-,LCE:-] on CO
  • LockRequest[node=PS,lock:-,PSE:-,NSE:EX,FCE:-,LCE:-] on CO
  • LockRequest[node=PA,lock:-,PSE:-,NSE:-,FCE:-,LCE:EX] on CO

Operations must be incompatible

CheckExisting LockRequest[node=CO,lock:NR,PSE:-,NSE:-,FCE:-,LCE:-]
with
Requested LockRequest[node=CO,lock:SX,PSE:-,NSE:-,FCE:-,LCE:-] on CO
Requested lock SX on CO incompatible to existing lock NR.
Incompatible
CheckExisting LockRequest[node=CO,lock:NR,PSE:-,NSE:-,FCE:-,LCE:-]
with
Requested LockRequest[node=PS,lock:-,PSE:-,NSE:EX,FCE:-,LCE:-] on CO
Compatible
CheckExisting LockRequest[node=CO,lock:NR,PSE:-,NSE:-,FCE:-,LCE:-]
with
Requested LockRequest[node=PA,lock:-,PSE:-,NSE:-,FCE:-,LCE:EX] on CO
Compatible
CheckExisting LockRequest[node=CN,lock:NR,PSE:-,NSE:-,FCE:-,LCE:-]
with
Requested LockRequest[node=CO,lock:SX,PSE:-,NSE:-,FCE:-,LCE:-] on CO
Requested lock SX on CO incompatible to existing lock IR.
Incompatible
CheckExisting LockRequest[node=CN,lock:NR,PSE:-,NSE:-,FCE:-,LCE:-]
with
Requested LockRequest[node=PS,lock:-,PSE:-,NSE:EX,FCE:-,LCE:-] on CO
Compatible
CheckExisting LockRequest[node=CN,lock:NR,PSE:-,NSE:-,FCE:-,LCE:-]
with
Requested LockRequest[node=PA,lock:-,PSE:-,NSE:-,FCE:-,LCE:EX] on CO
Compatible
CheckExisting LockRequest[node=CA,lock:SX,PSE:-,NSE:-,FCE:-,LCE:-]
with
Requested LockRequest[node=CO,lock:SX,PSE:-,NSE:-,FCE:-,LCE:-] on CO
Requested lock SX on CO incompatible to existing lock IX.
Incompatible
CheckExisting LockRequest[node=CA,lock:SX,PSE:-,NSE:-,FCE:-,LCE:-]
with
Requested LockRequest[node=PS,lock:-,PSE:-,NSE:EX,FCE:-,LCE:-] on CO
Compatible
CheckExisting LockRequest[node=CA,lock:SX,PSE:-,NSE:-,FCE:-,LCE:-]
with
Requested LockRequest[node=PA,lock:-,PSE:-,NSE:-,FCE:-,LCE:EX] on CO
Compatible
Test Case Ok