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


KB Term:  Term intersection
English Word: 

Sigma KEE - ChangingUserName
ChangingUserName(change user name)

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


(subclass ChangingUserName UserDirectAction) ComputingBrands.kif 4002-4002 Change user name is a subclass of user direct action
(documentation ChangingUserName EnglishLanguage "The Process of changing the user name associated with a particular UserAccount.") ComputingBrands.kif 4003-4004 Change user name is a subclass of user direct action

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


(termFormat EnglishLanguage ChangingUserName "change user name") ComputingBrands.kif 4005-4005

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


(=>
    (and
        (instance ?CP ChangingUserName)
        (agent ?CP ?A)
        (hasAccount ?A ?UA)
        (userName ?UA ?N1))
    (holdsDuring
        (ImmediateFutureFn
            (WhenFn ?CP))
        (exists (?N2)
            (and
                (instance ?N2 UserName)
                (not
                    (equal ?N2 ?N1))
                (userName ?UA ?N2)))))
ComputingBrands.kif 4007-4020 If X is an instance of change user name, Y is an agent of X, Y has account Z, and the user name of Z is W, then there exists V such that V is an instance of user name, equal V, W, and the user name of Z is 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 is open source software produced by Articulate Software and its partners