Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

  AccountDeactivated

Sigma KEE - AccountDeactivated
AccountDeactivated(account deactivated)

appearance as argument number 1
-------------------------


(contraryAttribute AccountDeactivated AccountActive) ComputingBrands.kif 4475-4475 Account deactivated is the opposite of account active
(documentation AccountDeactivated EnglishLanguage "A UserAccount is deactivated and so while its information continues to be stored, it cannot be accessed by a normal LoggingIn Process.") ComputingBrands.kif 4463-4465
(instance AccountDeactivated AccountAttribute) ComputingBrands.kif 4467-4467 Account deactivated is an instance of account attribute

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage AccountDeactivated "account deactivated") ComputingBrands.kif 4466-4466

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 4482-4491
(=>
    (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 4498-4507


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners