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 4138-4139
(subclass CreatingAnAccount UserDirectAction) ComputingBrands.kif 4137-4137 CreatingAnAccount est une sous-classe de UserDirectAction

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


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

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 4143-4153

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


(equal AccountCreationRejected
    (FailureFn CreatingAnAccount))
ComputingBrands.kif 4534-4534 AccountCreationRejected est FailureFn CreatingAnAccount


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