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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ChangingUserName

Sigma KEE - ChangingUserName
ChangingUserName

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


(documentation ChangingUserName EnglishLanguage "The Process of changing the user name associated with a particular UserAccount.") ComputingBrands.kif 4097-4098
(subclass ChangingUserName UserDirectAction) ComputingBrands.kif 4096-4096 ChangingUserNameUserDirectActionsubclass

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


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

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


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