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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ChangingAccountInfo

Sigma KEE - ChangingAccountInfo
ChangingAccountInfo

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


(documentation ChangingAccountInfo EnglishLanguage "The Process of changing the information associated with a particular UserAccount.") ComputingBrands.kif 4119-4120
(subclass ChangingAccountInfo UserDirectAction) ComputingBrands.kif 4118-4118

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


(termFormat EnglishLanguage ChangingAccountInfo "change account information") ComputingBrands.kif 4121-4121

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


(=>
    (and
        (instance ?CP ChangingAccountInfo)
        (agent ?CP ?A)
        (hasAccount ?A ?UA)
        (accountInformation ?UA ?N1))
    (holdsDuring
        (ImmediateFutureFn
            (WhenFn ?CP))
        (exists (?N2)
            (and
                (not
                    (equal ?N2 ?N1))
                (accountInformation ?UA ?N2)))))
ComputingBrands.kif 4123-4135


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