pathInSystem |
appearance as argument number 1 |
![]() |
(documentation pathInSystem EnglishLanguage "(pathInSystem ?PATH ?SYSTEM) means that the Physical thing ?PATH consists of one or more connected routes in the PhysicalSystem ?SYSTEM.") | Transportation.kif 3317-3319 | |
(domain pathInSystem 1 Transitway) | Transportation.kif 3321-3321 | pathInSystem の数値 1 引数は Transitway の instance では |
(domain pathInSystem 2 TransitSystem) | Transportation.kif 3322-3322 | pathInSystem の数値 2 引数は TransitSystem の instance では |
(instance pathInSystem BinaryPredicate) | Transportation.kif 3320-3320 | pathInSystem は 2進述語 の instance では |
(subrelation pathInSystem part) | Transportation.kif 3323-3323 | pathInSystem は part の subrelation では |
appearance as argument number 2 |
![]() |
(format ChineseLanguage pathInSystem "%2 %n 是 %1 在系统里的 path ") | domainEnglishFormat.kif 1919-1919 | |
(format ChineseTraditionalLanguage pathInSystem "%2 %n 是 %1 在系統裡的 path ") | domainEnglishFormat.kif 1918-1918 | |
(format EnglishLanguage pathInSystem "%2 is %n a path in system of %1") | domainEnglishFormat.kif 1917-1917 | |
(subrelation routeInSystem pathInSystem) | Transportation.kif 3343-3343 | routeInSystem は pathInSystem の subrelation では |
(termFormat ChineseLanguage pathInSystem "系统中的路径") | domainEnglishFormat.kif 44780-44780 | routeInSystem は pathInSystem の subrelation では |
(termFormat ChineseTraditionalLanguage pathInSystem "系統中的路徑") | domainEnglishFormat.kif 44779-44779 | routeInSystem は pathInSystem の subrelation では |
(termFormat EnglishLanguage pathInSystem "path in system") | domainEnglishFormat.kif 44778-44778 | routeInSystem は pathInSystem の subrelation では |
antecedent |
![]() |
(=> (and (distanceOnPath ?DIST ?PATH) (pathInSystem ?PATH ?SYS) (routeStart ?START ?PATH) (routeEnd ?END ?PATH) (abstractCounterpart ?GRAPH ?SYS)) (exists (?S ?BN ?EN) (and (subGraph ?S ?GRAPH) (equal ?BN (BeginNodeFn ?GRAPH)) (equal ?EN (EndNodeFn ?GRAPH)) (abstractCounterpart ?BN ?START) (abstractCounterpart ?EN ?END)))) |
Transportation.kif 3404-3417 |
|
(=> (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 3325-3335 |
![]() |
![]() |