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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - DHCPServer
DHCPServer(DHCP server)

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


(documentation DHCPServer EnglishLanguage "A ComputerProcess that is actively running the DHCPProtocol and assigning IPAddresses to computers that connect to the network.") ComputingBrands.kif 4033-4035
(subclass DHCPServer ComputerProcess) ComputingBrands.kif 4032-4032 DHCP server is a subclass of computer process

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


(termFormat EnglishLanguage DHCPServer "DHCP server") ComputingBrands.kif 4036-4036

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


(=>
    (instance ?D DHCPServer)
    (exists (?PROG ?C)
        (and
            (instance ?C Computer)
            (instance ?PROG DHCPProgram)
            (computerRunning ?D ?C)
            (programRunning ?D ?PROG))))
ComputingBrands.kif 4060-4067


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