AccountActive |
appearance as argument number 1 |
![]() |
(documentation AccountActive EnglishLanguage "A UserAccount is active - its information continues to be stored, and it can be accessed by a normal LoggingIn Process.") | ComputingBrands.kif 4465-4467 | |
(instance AccountActive AccountAttribute) | ComputingBrands.kif 4463-4463 |
appearance as argument number 2 |
![]() |
(contraryAttribute AccountDeactivated AccountActive) | ComputingBrands.kif 4470-4470 | |
(termFormat EnglishLanguage AccountActive "account active") | ComputingBrands.kif 4468-4468 |
consequent |
![]() |
(=> (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 4477-4486 | |
(=> (and (instance ?DEACT DeactivatingAnAccount) (instance ?AC UserAccount) (patient ?DEACT ?AC)) (and (holdsDuring (ImmediateFutureFn (WhenFn ?DEACT)) (attribute ?AC AccountDeactivated)) (holdsDuring (ImmediatePastFn (WhenFn ?DEACT)) (attribute ?AC AccountActive)))) |
ComputingBrands.kif 4493-4502 |
![]() |
![]() |