hindersSubclass |
appearance as argument number 1 |
(documentation hindersSubclass ChineseLanguage "这是一个十分概括的 Predicate, (hindersSubclass ?PROC1 ?PROC2)的意思是 Process 类 ?PROC1 hindersSubclass 或是阻碍 Process 类 ?PROC2 发生。例如:阻挡一个物体 hindersSubclass 移动它。注:这是 Process 类别之间 的关系,而不是 Process 的实例之间的关系。 ") | chinese_format.kif 2139-2142 | |
(documentation hindersSubclass EnglishLanguage "A very general Predicate. (hindersSubclass ?PROC1 ?PROC2) means that the Process ?PROC1 hindersSubclass or hinders the occurrence of the Process ?PROC2. For example, obstructing an object hindersSubclass moving it. Note that this is a relation between types of Processes, not between instances.") | Merge.kif 4313-4318 | |
(documentation hindersSubclass JapaneseLanguage "非常に一般的なPredicate。 (hindersSubclass ?PROC1 ?PROC2) とは、PProcess ?PROC がサブクラスを妨げるか、Process ?PROC2の発生を妨げることを意味する。 例:オブジェクトを妨害すると、サブクラスの移動が妨げらる。 注:これは、インスタンス間ではなく、Process のタイプ間の関係である。") | japanese_format.kif 795-798 | |
(domainSubclass hindersSubclass 1 Process) | Merge.kif 4310-4310 | Il numero 1 argomento hindersSubclass è una sottoclasse diProcesso |
(domainSubclass hindersSubclass 2 Process) | Merge.kif 4311-4311 | Il numero 2 argomento hindersSubclass è una sottoclasse diProcesso |
(instance hindersSubclass BinaryPredicate) | Merge.kif 4307-4307 | hindersSubclass è un' istanza di PredicatoBinario |
(instance hindersSubclass IrreflexiveRelation) | Merge.kif 4308-4308 | hindersSubclass è un' istanza di RelazioneNonRiflessiva |
(instance hindersSubclass PartialValuedRelation) | Merge.kif 4309-4309 | hindersSubclass è un' istanza di RelazioneAValoreParziale |
appearance as argument number 2 |
(format ChineseLanguage hindersSubclass "%1 的例子 hinder %2 的 instances ") | domainEnglishFormat.kif 3634-3634 | |
(format ChineseTraditionalLanguage hindersSubclass "%1 的例子 hinder %2 的 instances ") | domainEnglishFormat.kif 3633-3633 | |
(format EnglishLanguage hindersSubclass "instances of %1 hinder instances of %2") | domainEnglishFormat.kif 3632-3632 | |
(relatedInternalConcept hinders hindersSubclass) | Merge.kif 4394-4394 | hinders è interamente correlato a hindersSubclass |
(relatedInternalConcept preventsSubclass hindersSubclass) | Merge.kif 4340-4340 | preventsSubclass è interamente correlato a hindersSubclass |
(termFormat EnglishLanguage hindersSubclass "hinders subclass") | domainEnglishFormat.kif 65854-65854 |
antecedent |
(=> (hindersSubclass ?PROC1 ?PROC2) (forall (?TIME ?PLACE) (decreasesLikelihood (holdsDuring ?TIME (exists (?INST1) (and (instance ?INST1 ?PROC1) (eventLocated ?INST1 ?PLACE)))) (holdsDuring ?TIME (exists (?INST2) (and (instance ?INST2 ?PROC2) (eventLocated ?INST2 ?PLACE))))))) |
Merge.kif 4320-4333 |