![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| DataSaving(data saving) |
| appearance as argument number 1 |
|
|
| (subclass DataSaving ComputerProcess) | QoSontology.kif 2027-2027 | Data saving is a subclass of computer process |
| (documentation DataSaving EnglishLanguage "A process of copying the document, record or image being worked on onto a storage medium. Saving updates the file by writing the data that currently resides in memory (RAM) onto disk or tape. Most applications prompt the user to save data upon exiting.") | QoSontology.kif 2028-2031 | Data saving is a subclass of computer process |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?DSAVE DataSaving) (resource ?DSAVE ?RES) (instance ?RES ElectronicDataStorageDevice)) (exists (?DEV) (and (instance ?DEV ElectricDevice) (instrument ?DSAVE ?DEV) (holdsDuring (WhenFn ?DSAVE) (connected ?RES ?DEV))))) |
Media.kif 684-694 | If X is an instance of data saving, Y is a resource for X, and Y is an instance of electronic data storage device, then there exists Z such that Z is an instance of electric device, Z is an instrument for X, and Y is connected to Z holds during the time of existence of X |
| (=> (instance ?Save DataSaving) (exists (?Data) (dataProcessed ?Save ?Data))) |
QoSontology.kif 2033-2036 | If X is an instance of data saving, then there exists Y such that Y is processed by X |
| (=> (instance ?DSAVE DataSaving) (exists (?DSTORE) (and (instance ?DSTORE DataStorageDevice) (resource ?DSAVE ?DSTORE)))) |
QoSontology.kif 2038-2043 | If X is an instance of data saving, then there exists Y such that Y is an instance of data storage device and Y is a resource for X |
| consequent |
|
|
| (=> (and (processAborted ?Abort ?Process) (dataProcessed ?Process ?Data)) (not (exists (?Save) (and (instance ?Save DataSaving) (dataProcessed ?Save ?Data))))) |
QoSontology.kif 2017-2025 | If X is a process aborted of Y and Z is processed by X, then there doesn't exist W such that W is an instance of data saving and Z is processed by W |