SpeedGovernor(governor) | governor, regulator |
appearance as argument number 1 |
(documentation SpeedGovernor EnglishLanguage "Any Device that is designed to limit the speed of an object under power.") | Cars.kif 2889-2890 | |
(subclass SpeedGovernor Device) | Cars.kif 2887-2887 | Governor is a subclass of device |
appearance as argument number 2 |
(subclass AutomobileGovernor SpeedGovernor) | Cars.kif 2933-2933 | Governor is a subclass of governor |
(subclass EngineGovernor SpeedGovernor) | Cars.kif 2906-2906 | Governor is a subclass of governor |
(termFormat EnglishLanguage SpeedGovernor "governor") | Cars.kif 2888-2888 | Governor is a subclass of governor |
appearance as argument number 3 |
(domain governorSpeed 1 SpeedGovernor) | Cars.kif 2863-2863 | 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 2892-2904 |
|