![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| RadioSystem(radio system) |
| appearance as argument number 1 |
|
|
| (subclass RadioSystem CommunicationSystem) | Communications.kif 217-217 | Radio system is a subclass of communication system |
| (documentation RadioSystem EnglishLanguage "A RadioSystem consists of Radios, RadioStations, and other components that work together to make radio broadcasting possible in a given area.") | Communications.kif 218-220 | Radio system is a subclass of communication system |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?SYSTEM RadioSystem) (exists (?DEVICE) (and (instance ?DEVICE RadioReceiver) (engineeringSubcomponent ?DEVICE ?SYSTEM)))) |
Communications.kif 358-363 | If X is an instance of radio system, then there exists Y such that Y is an instance of radio receiver and Y is a component of X |
| consequent |
|
|
| (=> (instance ?STATION RadioStation) (exists (?SYS) (and (instance ?SYS RadioSystem) (engineeringSubcomponent ?STATION ?SYS)))) |
Communications.kif 275-280 | If X is an instance of radio station, then there exists Y such that Y is an instance of radio system and X is a component of Y |