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 4038-4040 | |
(subclass DHCPServer ComputerProcess) | ComputingBrands.kif 4037-4037 | DHCP server is a subclass of computer process |
appearance as argument number 2 |
(termFormat EnglishLanguage DHCPServer "DHCP server") | ComputingBrands.kif 4041-4041 |
antecedent |
(=> (instance ?D DHCPServer) (exists (?PROG ?C) (and (instance ?C Computer) (instance ?PROG DHCPProgram) (computerRunning ?D ?C) (programRunning ?D ?PROG)))) |
ComputingBrands.kif 4065-4072 |
|