routeInSystem |
appearance as argument number 1 |
![]() |
(documentation routeInSystem EnglishLanguage "(routeInSystem ?PART ?SYSTEM) means that the Transitway ?PART is an established route of the TransportationSystem ?SYSTEM.") | Transportation.kif 3334-3336 | |
(domain routeInSystem 1 Transitway) | Transportation.kif 3338-3338 | The number 1 argument of route in system is an instance of transitway |
(domain routeInSystem 2 TransitSystem) | Transportation.kif 3339-3339 | The number 2 argument of route in system is an instance of transit system |
(instance routeInSystem BinaryPredicate) | Transportation.kif 3337-3337 | route in system is an instance of binary predicate |
(subrelation routeInSystem pathInSystem) | Transportation.kif 3340-3340 | route in system is a subrelation of path in system |
appearance as argument number 2 |
![]() |
(format ChineseLanguage routeInSystem "%2 %n 是在系统 %1 的 route ") | domainEnglishFormat.kif 2191-2191 | |
(format ChineseTraditionalLanguage routeInSystem "%2 %n 是在系統 %1 的 route ") | domainEnglishFormat.kif 2190-2190 | |
(format EnglishLanguage routeInSystem "%2 is %n a route in system of %1") | domainEnglishFormat.kif 2189-2189 | |
(termFormat ChineseLanguage routeInSystem "系统路线") | domainEnglishFormat.kif 50573-50573 | |
(termFormat ChineseTraditionalLanguage routeInSystem "系統路線") | domainEnglishFormat.kif 50572-50572 | |
(termFormat EnglishLanguage routeInSystem "route in system") | domainEnglishFormat.kif 50571-50571 |
antecedent |
![]() |
consequent |
![]() |
(=> (and (subSystem ?S ?T) (routeInSystem ?P ?S)) (routeInSystem ?P ?T)) |
Transportation.kif 3342-3346 |
|
(=> (pathInSystem ?P ?S) (or (routeInSystem ?P ?S) (exists (?R1 ?R2) (and (routeInSystem ?R1 ?S) (routeInSystem ?R2 ?S) (part ?R1 ?P) (part ?R2 ?P) (connected ?R1 ?R2))))) |
Transportation.kif 3322-3332 |
|
![]() |
![]() |