trafficableForTrafficType |
appearance as argument number 1 |
(documentation trafficableForTrafficType EnglishLanguage "(trafficableForTrafficType ?WAY ?TYPE) means that Objects of ?TYPE can move along the Transitway ?WAY.") | Transportation.kif 3128-3130 | |
(domain trafficableForTrafficType 1 Object) | Transportation.kif 3126-3126 | |
(domainSubclass trafficableForTrafficType 2 SelfConnectedObject) | Transportation.kif 3127-3127 | |
(instance trafficableForTrafficType BinaryPredicate) | Transportation.kif 3125-3125 |
appearance as argument number 2 |
(format ChineseLanguage trafficableForTrafficType "%2 %n 是 对于交通类别 %1 的 trafficable ") | domainEnglishFormat.kif 2531-2531 | |
(format ChineseTraditionalLanguage trafficableForTrafficType "%2 %n 是 對於交通類別 %1 的 trafficable ") | domainEnglishFormat.kif 2530-2530 | |
(format EnglishLanguage trafficableForTrafficType "%2 is %n a trafficable for traffic type of %1") | domainEnglishFormat.kif 2529-2529 | |
(termFormat ChineseLanguage trafficableForTrafficType "可通行的交通类型") | domainEnglishFormat.kif 58793-58793 | |
(termFormat ChineseTraditionalLanguage trafficableForTrafficType "可通行的交通類型") | domainEnglishFormat.kif 58792-58792 | |
(termFormat EnglishLanguage trafficableForTrafficType "trafficable for traffic type") | domainEnglishFormat.kif 58791-58791 |
antecedent |
(=> (and (instance ?WATER River) (trafficableForTrafficType ?WATER ?TYPE) (subclass ?TYPE WaterVehicle)) (instance ?WATER Waterway)) |
Transportation.kif 1823-1828 | |
(=> (and (trafficableForTrafficType ?PLACE ?TYPE) (subclass ?TYPE TransportationDevice) (instance ?MOVER ?TYPE)) (capableAtLocation Transportation instrument ?MOVER ?PLACE)) |
Transportation.kif 3132-3137 | |
(=> (and (trafficableForTrafficType ?place ?type) (subclass ?type AutonomousAgent) (instance ?mover ?type)) (capableAtLocation Translocation agent ?mover ?place)) |
Transportation.kif 3139-3144 |
consequent |
(=> (instance ?AIRPORT Airport) (trafficableForTrafficType ?AIRPORT Airplane)) |
Transportation.kif 3146-3148 | |
(=> (instance ?HELO Heliport) (trafficableForTrafficType ?HELO Helicopter)) |
Transportation.kif 1643-1645 | |
(=> (instance ?T Taxiway) (trafficableForTrafficType ?T Airplane)) |
Transportation.kif 1430-1432 |