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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - HardwareSystem
HardwareSystem

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


(documentation HardwareSystem EnglishLanguage "The class of hardware systems is the connection of three types of physical modules: instances of ComputerProcessor(s), ComputerMemory, and ComputerNetwork. ComputerProcessors execute instructions from ComputerPrograms, which usually include instructions to read and write data from memory, and send data via instances of ComputerNetworks.") QoSontology.kif 291-296
(subclass HardwareSystem ComputationalSystem) QoSontology.kif 290-290
(subclass HardwareSystem ComputerHardware) QoSontology.kif 289-289
(subclass HardwareSystem RealtimeSystem) QoSontology.kif 1438-1438

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


(termFormat ChineseLanguage HardwareSystem "硬件系统") domainEnglishFormat.kif 27472-27472
(termFormat ChineseTraditionalLanguage HardwareSystem "硬件系統") domainEnglishFormat.kif 27471-27471
(termFormat EnglishLanguage HardwareSystem "hardware system") domainEnglishFormat.kif 27470-27470

appearance as argument number 3
-------------------------


(domain defaultNetwork 1 HardwareSystem) QoSontology.kif 1112-1112

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


(=>
    (and
        (instance ?System HardwareSystem)
        (component ?Network ?System)
        (instance ?Event DataTransfer)
        (origin ?Event ?System))
    (and
        (instance ?Network ComputerNetwork)
        (instrument ?Event ?Network)))
QoSontology.kif 327-335
(=>
    (instance ?System HardwareSystem)
    (exists (?Processor ?Memory ?Network)
        (and
            (instance ?Processor CPU)
            (component ?System ?Processor)
            (instance ?Memory ComputerMemory)
            (component ?System ?Memory)
            (instance ?Network ComputerNetwork)
            (component ?System ?Network))))
QoSontology.kif 313-322

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


(=>
    (and
        (instance ?Software SoftwareSystem)
        (instance ?Process ComputerProcess)
        (programRunning ?Process ?Software))
    (exists (?Hardware)
        (and
            (instance ?Hardware HardwareSystem)
            (computerRunning ?Process ?Hardware))))
QoSontology.kif 300-308
(=>
    (instance ?Transfer DataTransfer)
    (exists (?Origin ?Destination ?System ?Data)
        (and
            (origin ?Transfer ?Origin)
            (destination ?Transfer ?Destination)
            (instrument ?Transfer ?System)
            (patient ?Transfer ?Data)
            (instance ?Data DigitalData)
            (instance ?System HardwareSystem)
            (instance ?Origin HardwareSystem)
            (instance ?Destination ComputationalSystem))))
QoSontology.kif 95-106


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