(=>
(and
(processList @ROW)
(inList ?Process1
(ListFn @ROW))
(inList ?Process2
(ListFn @ROW))
(equal
(ListOrderFn
(ListFn @ROW) ?Number1) ?Process1)
(equal
(ListOrderFn
(ListFn @ROW) ?Number2) ?Process2)
(lessThan ?Number1 ?Number2))
(earlier
(WhenFn ?Process1)
(WhenFn ?Process2))) |
QoSontology.kif 790-806 |
If All of the following hold: (1) the list of processes @ROW (2) Y is a member of (@ROW) (3) Z is a member of (@ROW) (4) equal W element of (@ROW) and Y (5) equal V element of (@ROW) and Z (6) U is less than T, then the time of existence of Y happens earlier than the time of existence of Z |