![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| DHCPServer(DHCP server) |
| appearance as argument number 1 |
|
|
| (subclass DHCPServer ComputerProcess) | ComputingBrands.kif 3943-3943 | DHCP server is a subclass of computer process |
| (documentation DHCPServer EnglishLanguage "A ComputerProcess that is actively running the DHCPProtocol and assigning IPAddresses to computers that connect to the network.") | ComputingBrands.kif 3944-3946 | DHCP server is a subclass of computer process |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage DHCPServer "DHCP server") | ComputingBrands.kif 3947-3947 |
| antecedent |
|
|
| (=> (instance ?D DHCPServer) (exists (?PROG ?C) (and (instance ?C Computer) (instance ?PROG DHCPProgram) (computerRunning ?D ?C) (programRunning ?D ?PROG)))) |
ComputingBrands.kif 3971-3978 | If X is an instance of DHCP server, then there exist Y, Z such that Z is an instance of computer, Y is an instance of DHCP program, X is running on Z, and Y is a program running of X |