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

Formal Language: 



KB Term:  Term intersection
English Word: 

  TouchSurfaceDoubleFingerSlide

Sigma KEE - TouchSurfaceDoubleFingerSlide
TouchSurfaceDoubleFingerSlide

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 TouchSurfaceDoubleFingerSlideTouchSurfaceActionsubclass
(udaCanSignify TouchSurfaceDoubleFingerSlide ResizingScreenObject) ComputerInput.kif 2322-2322 TouchSurfaceDoubleFingerSlide isgnifies ResizingScreenObject

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 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