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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - LeftCIButton
LeftCIButton

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


(documentation LeftCIButton EnglishLanguage "A ComputerInputButton logically on the left side of a set of ComputerInputButtons. Normally, the PhysicalLeftCIButton. A computer system may be told to logically switch the right and left buttons (e.g., for a person who uses a mouse in the left hand -- in such a case, the LeftCIButton is the rightmost physical button.") ComputerInput.kif 198-201
(subclass LeftCIButton ComputerInputButton) ComputerInput.kif 197-197

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


(disjoint ComputerKeyboardKey LeftCIButton) ComputerInput.kif 243-243
(disjoint MiddleCIButton LeftCIButton) ComputerInput.kif 219-219
(disjoint RightCIButton LeftCIButton) ComputerInput.kif 202-202
(termFormat EnglishLanguage LeftCIButton "left CI button") domainEnglishFormat.kif 65107-65107

consequent
-------------------------


(=>
    (and
        (instance ?MID MiddleCIButton)
        (component ?MID ?DEV)
        (instance ?DEV ComputerInputDevice))
    (exists (?LEFT ?RIGHT)
        (and
            (instance ?RIGHT RightCIButton)
            (instance ?LEFT LeftCIButton)
            (component ?RIGHT ?DEV)
            (component ?LEFT ?DEV)
            (between ?LEFT ?MID ?RIGHT)
            (orientation ?MID ?LEFT Left)
            (orientation ?MID ?RIGHT Right))))
ComputerInput.kif 224-237
(=>
    (instance ?ACT LeftClicking)
    (exists (?L_BUTTON)
        (and
            (patient ?ACT ?L_BUTTON)
            (instance ?L_BUTTON LeftCIButton))))
ComputerInput.kif 1475-1480


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