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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - TouchSurfaceDoubleFingerSlide
TouchSurfaceDoubleFingerSlide(touch surface double finger slide)

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


(documentation TouchSurfaceDoubleFingerSlide EnglishLanguage "A TouchSurfaceDoubleFingerSlide is a TouchSurfaceAction of touching the surface with two fingers and moving them in different directions.") ComputerInput.kif 1564-1565
(subclass TouchSurfaceDoubleFingerSlide TouchSurfaceAction) ComputerInput.kif 1563-1563 Touch surface double finger slide is a subclass of touch surface action
(udaCanSignify TouchSurfaceDoubleFingerSlide ResizingScreenObject) ComputerInput.kif 2322-2322 Touch surface double finger slide isgnifies resizing screen object

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


(termFormat EnglishLanguage TouchSurfaceDoubleFingerSlide "touch surface double finger slide") domainEnglishFormat.kif 65613-65613

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


(=>
    (instance ?ACTION TouchSurfaceDoubleFingerSlide)
    (exists (?FINGER1 ?FINGER2)
        (and
            (instrument ?ACTION ?FINGER1)
            (instance ?FINGER1 Finger)
            (instrument ?ACTION ?FINGER2)
            (not
                (equal ?FINGER1 ?FINGER2))
            (instance ?FINGER2 Finger))))
ComputerInput.kif 1567-1575


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