![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| WirelessNetwork(wireless network) |
| appearance as argument number 1 |
|
|
| (subclass WirelessNetwork ComputerNetwork) | ComputingBrands.kif 1408-1408 | Wireless network is a subclass of computer network |
| (documentation WirelessNetwork EnglishLanguage "A ComputerNetwork that uses some sort of communication not over a Cable at some point during every transmission.") | ComputingBrands.kif 1410-1411 | Wireless network is a subclass of computer network |
| (documentation WirelessNetwork ChineseTraditionalLanguage "ComputerNetwork 使用在通訊時透過抹種方式不需透過 Cable 在每個傳輸的抹段期間。") | ComputingBrands.kif 1413-1414 | Wireless network is a subclass of computer network |
| (documentation WirelessNetwork ChineseLanguage "&%ComputerNetwork 使用在通讯时透过抹种方式不需透过 &%Cable 在每个传输的抹段期间。") | ComputingBrands.kif 1416-1417 | Wireless network is a subclass of computer network |
| (documentation WirelessNetwork JapaneseLanguage "送信中ある時点でCable を介さない何らかの通信用途によるComputerNetwork。") | ComputingBrands.kif 1419-1420 | Wireless network is a subclass of computer network |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?CONN WirelessNetwork) (instance ?COM NetworkCommunication) (instrument ?COM ?CONN) (path ?COM ?PATH)) (exists (?PART) (and (part ?PART ?PATH) (not (instance ?PART Cable))))) |
ComputingBrands.kif 1422-1432 | If X is an instance of wireless network, Y is an instance of network communication, X is an instrument for Y, and Z is path along which Y occurs, then there exists W such that W is a part of Z and W is not an instance of cable |
| (=> (instance ?WN (NetworkCommunicationFn WirelessNetwork)) (exists (?R) (and (instance ?R RadiatingElectromagnetic) (subProcess ?R ?WN)))) |
ComputingBrands.kif 1540-1545 | If X is an instance of communication over wireless network, then there exists Y such that Y is an instance of radiating electromagnetic and Y is a subprocess of X |
| consequent |
|
|
| (=> (holdsDuring ?T (and (instance ?C Computer) (attribute ?C AirplaneMode))) (not (holdsDuring ?T (capability (NetworkCommunicationFn WirelessNetwork) origin ?C)))) |
ComputingBrands.kif 1820-1827 | If X is an instance of computer and Standalone mode is an attribute of X holds during Y, then X is not capable of doing communication over wireless network as a origin doesn't hold during Y |