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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - CreatingAnAccount
CreatingAnAccount

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


(documentation CreatingAnAccount EnglishLanguage "The Process of specifying a user ID and password for a particular UserAccount.") ComputingBrands.kif 4133-4134
(subclass CreatingAnAccount UserDirectAction) ComputingBrands.kif 4132-4132

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


(termFormat EnglishLanguage CreatingAnAccount "creating an account") ComputingBrands.kif 4136-4136

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


(=>
    (and
        (instance ?CP CreatingAnAccount)
        (agent ?CP ?A))
    (holdsDuring
        (ImmediateFutureFn
            (WhenFn ?CP))
        (exists (?UA ?P1 ?N)
            (and
                (hasAccount ?A ?UA)
                (password ?P1 ?UA)
                (userName ?UA ?N)))))
ComputingBrands.kif 4138-4148

statement
-------------------------


(equal AccountCreationRejected
    (FailureFn CreatingAnAccount))
ComputingBrands.kif 4529-4529


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