hinders |
appearance as argument number 1 |
(documentation hinders ChineseLanguage "这是一个概括的 Predicate,(hinders ?PROC1 ?PROC2) 的意思是 ?PROC1 的一个实例 decreasesLikelihood ?PROC2 类的发生。这个比 prevents 要弱,而 hindersSubclass 则是联系 Process 类别之间的关系。") | chinese_format.kif 2151-2153 | |
(documentation hinders EnglishLanguage "A general Predicate, where (hinders ?PROC1 ?PROC2) means that an instance of ?PROC1 decreasesLikelihood of occurrence of ?PROC2. Compare with prevents which is stronger and hindersSubclass which relates classes of Processes.") | Merge.kif 4396-4398 | |
(documentation hinders JapaneseLanguage "一般的な Predicate は、(hinders ?PROC1 ?PROC2) が?PROC2の発生の?PROC1 decreasesLikelihood のインスタンスを意味する。 Process のクラスに 関連するより強く hindersSubclass の prevents と比較する。") | japanese_format.kif 807-809 | |
(domain hinders 1 Process) | Merge.kif 4392-4392 | Il numero 1 argomenti di hinders è un istanza di Processo |
(domainSubclass hinders 2 Process) | Merge.kif 4393-4393 | Il numero 2 argomento hinders è una sottoclasse diProcesso |
(instance hinders BinaryPredicate) | Merge.kif 4389-4389 | hinders è un' istanza di PredicatoBinario |
(instance hinders IrreflexiveRelation) | Merge.kif 4390-4390 | hinders è un' istanza di RelazioneNonRiflessiva |
(instance hinders PartialValuedRelation) | Merge.kif 4391-4391 | hinders è un' istanza di RelazioneAValoreParziale |
(relatedInternalConcept hinders hindersSubclass) | Merge.kif 4394-4394 | hinders è interamente correlato a hindersSubclass |
appearance as argument number 2 |
(format ChineseLanguage hinders "%1 hinders %2 ") | domainEnglishFormat.kif 3630-3630 | |
(format ChineseTraditionalLanguage hinders "%1 hinders %2 ") | domainEnglishFormat.kif 3629-3629 | |
(format EnglishLanguage hinders "%1 hinders %2") | domainEnglishFormat.kif 3628-3628 | |
(relatedInternalConcept prevents hinders) | Merge.kif 4371-4371 | prevents è interamente correlato a hinders |
(termFormat EnglishLanguage hinders "hinders") | domainEnglishFormat.kif 65853-65853 |
antecedent |
(=> (hinders ?X ?PROC) (exists (?L ?T) (decreasesLikelihood (and (equal (WhenFn ?X) ?T) (eventLocated ?X ?L)) (holdsDuring ?T (exists (?Y) (and (instance ?Y ?PROC) (eventLocated ?Y ?L))))))) |
Merge.kif 4400-4411 |
consequent |