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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - FailureFn
FailureFn

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


(documentation FailureFn EnglishLanguage "A Function that takes a class of actions and returns a class of actions where the agent desires to be the agent of the Process of a given type, but fails to execute the process.") ComputingBrands.kif 4510-4513
(domainSubclass FailureFn 1 IntentionalProcess) ComputingBrands.kif 4514-4514 Le nombre 1 argument de FailureFn est une sous-classe de processus intentionnel
(instance FailureFn UnaryFunction) ComputingBrands.kif 4509-4509 FailureFn est une instance de function unaire
(rangeSubclass FailureFn Process) ComputingBrands.kif 4515-4515 Les valeurs retourn�es par FailureFn sont des sous-classes de processus

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


(termFormat EnglishLanguage FailureFn "failure fn") domainEnglishFormat.kif 64847-64847

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


(=>
    (and
        (instance ?F
            (FailureFn ?C))
        (agent ?F ?A))
    (and
        (desires ?A
            (exists (?I)
                (and
                    (instance ?I ?C)
                    (agent ?I ?A))))
        (not
            (exists (?I)
                (and
                    (instance ?I ?C)
                    (during
                        (WhenFn ?I)
                        (WhenFn ?F))
                    (agent ?I ?A))))))
ComputingBrands.kif 4517-4532

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