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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ActivatingADeactivatedAccount
ActivatingADeactivatedAccount

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


(documentation ActivatingADeactivatedAccount EnglishLanguage "A UserAccount is made active from a deactivated state.") ComputingBrands.kif 4478-4479
(subclass ActivatingADeactivatedAccount DataEntry) ComputingBrands.kif 4477-4477 ActivatingADeactivatedAccountDataEntrysubclass

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


(termFormat EnglishLanguage ActivatingADeactivatedAccount "activating a deactivated account") ComputingBrands.kif 4480-4480

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 4482-4491


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