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 4308-4313 | |
(documentation hindersSubclass JapaneseLanguage "非常に一般的なPredicate。 (hindersSubclass ?PROC1 ?PROC2) とは、PProcess ?PROC がサブクラスを妨げるか、Process ?PROC2の発生を妨げることを意味する。 例:オブジェクトを妨害すると、サブクラスの移動が妨げらる。 注:これは、インスタンス間ではなく、Process のタイプ間の関係である。") | japanese_format.kif 795-798 | |
(domainSubclass hindersSubclass 1 Process) | Merge.kif 4305-4305 | The number 1 argument of hinders subclass is a subclass of process |
(domainSubclass hindersSubclass 2 Process) | Merge.kif 4306-4306 | The number 2 argument of hinders subclass is a subclass of process |
(instance hindersSubclass BinaryPredicate) | Merge.kif 4302-4302 | hinders subclass is an instance of binary predicate |
(instance hindersSubclass IrreflexiveRelation) | Merge.kif 4303-4303 | hinders subclass is an instance of irreflexive relation |
(instance hindersSubclass PartialValuedRelation) | Merge.kif 4304-4304 | hinders subclass is an instance of partial valued relation |
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 4387-4387 | hinders is internally related to hinders subclass |
(relatedInternalConcept preventsSubclass hindersSubclass) | Merge.kif 4335-4335 | prevents subclass is internally related to hinders subclass |
(termFormat EnglishLanguage hindersSubclass "hinders subclass") | domainEnglishFormat.kif 65890-65890 | prevents subclass is internally related to hinders subclass |
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 4315-4328 |
|
![]() |
![]() |