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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - DeactivatingAnAccount
DeactivatingAnAccount

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


(documentation DeactivatingAnAccount EnglishLanguage "A UserAccount is made inactive.") ComputingBrands.kif 4494-4495
(subclass DeactivatingAnAccount DataEntry) ComputingBrands.kif 4493-4493

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


(termFormat EnglishLanguage DeactivatingAnAccount "de-activating an account") ComputingBrands.kif 4496-4496

antecedent
-------------------------


(=>
    (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 full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



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