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

Formal Language: 



KB Term:  Term intersection
English Word: 

  LeftCIButton

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 LeftCIButton est une sous-classe de ComputerInputButton

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


(disjoint ComputerKeyboardKey LeftCIButton) ComputerInput.kif 243-243 ComputerKeyboardKey est disjoint de LeftCIButton
(disjoint MiddleCIButton LeftCIButton) ComputerInput.kif 219-219 MiddleCIButton est disjoint de LeftCIButton
(disjoint RightCIButton LeftCIButton) ComputerInput.kif 202-202 RightCIButton est disjoint de LeftCIButton
(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 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