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 4325-4330 | |
(documentation hindersSubclass JapaneseLanguage "非常に一般的なPredicate。 (hindersSubclass ?PROC1 ?PROC2) とは、PProcess ?PROC がサブクラスを妨げるか、Process ?PROC2の発生を妨げることを意味する。 例:オブジェクトを妨害すると、サブクラスの移動が妨げらる。 注:これは、インスタンス間ではなく、Process のタイプ間の関係である。") | japanese_format.kif 795-798 | |
(domainSubclass hindersSubclass 1 Process) | Merge.kif 4322-4322 | |
(domainSubclass hindersSubclass 2 Process) | Merge.kif 4323-4323 | |
(instance hindersSubclass BinaryPredicate) | Merge.kif 4319-4319 | |
(instance hindersSubclass IrreflexiveRelation) | Merge.kif 4320-4320 | |
(instance hindersSubclass PartialValuedRelation) | Merge.kif 4321-4321 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage hindersSubclass "%1 的例子 hinder %2 的 instances ") | domainEnglishFormat.kif 3632-3632 | |
(format ChineseTraditionalLanguage hindersSubclass "%1 的例子 hinder %2 的 instances ") | domainEnglishFormat.kif 3631-3631 | |
(format EnglishLanguage hindersSubclass "instances of %1 hinder instances of %2") | domainEnglishFormat.kif 3630-3630 | |
(relatedInternalConcept hinders hindersSubclass) | Merge.kif 4404-4404 | |
(relatedInternalConcept preventsSubclass hindersSubclass) | Merge.kif 4352-4352 | |
(termFormat EnglishLanguage hindersSubclass "hinders subclass") | domainEnglishFormat.kif 65890-65890 |
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 4332-4345 |
![]() |
![]() |