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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - AccountActive
AccountActive(account active)

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 4470-4472
(instance AccountActive AccountAttribute) ComputingBrands.kif 4468-4468 Account active is an instance of account attribute

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


(contraryAttribute AccountDeactivated AccountActive) ComputingBrands.kif 4475-4475 Account deactivated is the opposite of account active
(termFormat EnglishLanguage AccountActive "account active") ComputingBrands.kif 4473-4473

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