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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - TouchSensitiveComputerInputDevice
TouchSensitiveComputerInputDevice

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


(disjoint TouchSensitiveComputerInputDevice ComputerKeyboard) ComputerInput.kif 424-424 TouchSensitiveComputerInputDevice est disjoint de ComputerKeyboard
(disjoint TouchSensitiveComputerInputDevice ComputerMouse) ComputerInput.kif 423-423 TouchSensitiveComputerInputDevice est disjoint de ComputerMouse
(disjoint TouchSensitiveComputerInputDevice ScrollWheel) ComputerInput.kif 425-425 TouchSensitiveComputerInputDevice est disjoint de ScrollWheel
(documentation TouchSensitiveComputerInputDevice EnglishLanguage "A touch-sensitive ComputerInputDevice for accepting point and click input on a 2D surface. The device is operated by moving (normally) a finger across the surface of the device. Clicking may be achieved by clicking on an adjacent button or by tapping the surface. Two basic types of TouchSensitiveComputerInputDevices are ComputerTouchpad and TouchScreen.") ComputerInput.kif 415-421
(subclass TouchSensitiveComputerInputDevice ComputerInputDevice) ComputerInput.kif 413-413 TouchSensitiveComputerInputDevice est une sous-classe de ComputerInputDevice

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


(subclass ComputerTouchpad TouchSensitiveComputerInputDevice) ComputerInput.kif 427-427 ComputerTouchpad est une sous-classe de TouchSensitiveComputerInputDevice
(subclass ComputerTouchscreen TouchSensitiveComputerInputDevice) ComputerInput.kif 437-437 ComputerTouchscreen est une sous-classe de TouchSensitiveComputerInputDevice
(subclass ComputerTouchscreenKeyboard TouchSensitiveComputerInputDevice) ComputerInput.kif 450-450 ComputerTouchscreenKeyboard est une sous-classe de TouchSensitiveComputerInputDevice
(termFormat EnglishLanguage TouchSensitiveComputerInputDevice "touch sensitive computer input device") domainEnglishFormat.kif 65611-65611

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


(=>
    (and
        (instance ?ACT ScreenTouchAction)
        (patient ?ACT ?TOUCHSURF)
        (instance ?TOUCHSURF TouchSensitiveComputerInputDevice))
    (instance ?TOUCHSURF ComputerTouchscreen))
ComputerInput.kif 1587-1592
(=>
    (and
        (instance ?ACT UserDirectAction)
        (patient ?ACT ?TOUCHSURF)
        (instance ?TOUCHSURF TouchSensitiveComputerInputDevice))
    (instance ?ACT TouchSurfaceAction))
ComputerInput.kif 1545-1550

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


(=>
    (instance ?ACT TouchSurfaceAction)
    (exists (?TOUCHSURF)
        (and
            (patient ?ACT ?TOUCHSURF)
            (instance ?TOUCHSURF TouchSensitiveComputerInputDevice))))
ComputerInput.kif 1538-1543


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