deviceAccount |
appearance as argument number 1 |
(documentation deviceAccount EnglishLanguage "A UserAccount on a particular Computer. it grants some degree of authority to use the resources of the computer once a LoggingIn has been completed or if it is a machine without a required login then anyone can use it, at least in some fashion, without credentials. A machine might have an open account with one set of privileges and a different account, requiring a login, for a different set of privileges.") | ComputingBrands.kif 3952-3957 | |
(domain deviceAccount 1 UserAccount) | ComputingBrands.kif 3950-3950 | deviceAccount の数値 1 引数は UserAccount の instance では %n |
(domain deviceAccount 2 Computer) | ComputingBrands.kif 3951-3951 | deviceAccount の数値 2 引数は Computer の instance では %n |
(instance deviceAccount BinaryPredicate) | ComputingBrands.kif 3949-3949 | deviceAccount は 2進述語 の instance では %n |
appearance as argument number 2 |
(termFormat EnglishLanguage deviceAccount "device account") | domainEnglishFormat.kif 65810-65810 |
antecedent |
consequent |
(=> (loggedInDuring ?A ?UA ?T) (modalAttribute (holdsDuring ?T (exists (?P ?C) (and (instance ?P ComputerProcess) (agent ?P ?A) (deviceAccount ?UA ?C) (instance ?C Computer) (computerRunning ?P ?C) (instrument ?P ?C)))) Possibility)) |
ComputingBrands.kif 4347-4358 |
|