![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
SpeedGovernor
|
|
|
| appearance as argument number 1 |
|
|
| (subclass SpeedGovernor Device) | Cars.kif 2742-2742 | Governor is a subclass of device |
| (documentation SpeedGovernor EnglishLanguage "Any Device that is designed to limit the speed of an object under power.") | Cars.kif 2744-2745 | Governor is a subclass of device |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| (domain governorSpeed 1 SpeedGovernor) | Cars.kif 2718-2718 | The number 1 argument of governor speed is an instance of governor |
| antecedent |
|
|
| (=> (and (instance ?G SpeedGovernor) (governorSpeed ?V (MeasureFn ?S MilesPerHour)) (connectedEngineeringComponents ?G ?V)) (hasPurpose ?G (not (exists (?SP2) (and (measure ?V (MeasureFn ?SP2 MilesPerHour)) (greaterThan ?SP2 ?S)))))) |
Cars.kif 2747-2759 | If X is an instance of governor, the maximum speed allowed by Y is Z miles per hour(s), and X is connected to Y, then X has the purpose there doesn't exist W such that the measure of Y is W miles per hour(s) and W is greater than Z |