routeStart |
appearance as argument number 1 |
![]() |
(documentation routeStart EnglishLanguage "(routeStart ?REGION ?SYSTEM) means that within the given ?SYSTEM the given ?REGION is connected to only one other Region.") | Transportation.kif 2763-2765 | |
(domain routeStart 1 Region) | Transportation.kif 2761-2761 | routeStart 的 1 数量 是 地区 的 instance |
(domain routeStart 2 TransitSystem) | Transportation.kif 2762-2762 | routeStart 的 2 数量 是 运输系统 的 instance |
(instance routeStart BinaryPredicate) | Transportation.kif 2760-2760 | routeStart 是 二元谓语 的 instance |
appearance as argument number 2 |
![]() |
(format ChineseLanguage routeStart "%1 是 %2 的 start ") | domainEnglishFormat.kif 4467-4467 | |
(format ChineseTraditionalLanguage routeStart "%1 是 %2 的 start ") | domainEnglishFormat.kif 4466-4466 | |
(format EnglishLanguage routeStart "%1 is the start of %2") | domainEnglishFormat.kif 4465-4465 |
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 2813-2826 |
|
(=> (routeStart ?R ?TS) (exists (?T) (and (instance ?T Transitway) (connected ?R ?T) (systemPart ?T ?TS) (not (exists (?T2) (and (instance ?T2 Transitway) (connected ?R ?T2) (systemPart ?T2 ?TS) (not (equal ?T ?T2)))))))) |
Transportation.kif 2767-2781 |
![]() |
![]() |