![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| ActivatingADeactivatedAccount(activating a deactivated account) |
| appearance as argument number 1 |
|
|
| (subclass ActivatingADeactivatedAccount DataEntry) | ComputingBrands.kif 4388-4388 | Activating a deactivated account is a subclass of data entry |
| (documentation ActivatingADeactivatedAccount EnglishLanguage "A UserAccount is made active from a deactivated state.") | ComputingBrands.kif 4389-4390 | Activating a deactivated account is a subclass of data entry |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage ActivatingADeactivatedAccount "activating a deactivated account") | ComputingBrands.kif 4391-4391 |
| antecedent |
|
|
| (=> (and (instance ?ACT ActivatingADeactivatedAccount) (instance ?AC UserAccount) (patient ?ACT ?AC)) (and (holdsDuring (ImmediatePastFn (WhenFn ?ACT)) (attribute ?AC AccountDeactivated)) (holdsDuring (ImmediateFutureFn (WhenFn ?ACT)) (attribute ?AC AccountActive)))) |
ComputingBrands.kif 4393-4402 | If X is an instance of activating a deactivated account, Y is an instance of user account, and Y is a patient of X, then account deactivated is an attribute of Y holds during immediately before the time of existence of X and account active is an attribute of Y holds during immediately after the time of existence of X |