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


KB Term:  Term intersection
English Word: 

Sigma KEE - ChangingAccountInfo
ChangingAccountInfo(change account information)

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


(subclass ChangingAccountInfo UserDirectAction) ComputingBrands.kif 4024-4024 Change account information is a subclass of user direct action
(documentation ChangingAccountInfo EnglishLanguage "The Process of changing the information associated with a particular UserAccount.") ComputingBrands.kif 4025-4026 Change account information is a subclass of user direct action

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


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

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 4029-4041 If X is an instance of change account information, Y is an agent of X, Y has account Z, and the account Z has information W, then there exists V such that equal V, W, and the account Z has information V holds during immediately after the time of existence of X


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners