NegativeInfinity |
appearance as argument number 1 |
(documentation NegativeInfinity ChineseLanguage "这是所有其他 TimePoint 之前的 TimePoint。") | chinese_format.kif 2686-2687 | |
(documentation NegativeInfinity EnglishLanguage "The TimePoint that is before all other TimePoints.") | Merge.kif 7920-7921 | |
(documentation NegativeInfinity JapaneseLanguage "TimePoint は、他のすべての TimePoint の前にある。") | japanese_format.kif 1409-1410 | |
(instance NegativeInfinity TimePoint) | Merge.kif 7918-7918 |
appearance as argument number 2 |
(termFormat ChineseLanguage NegativeInfinity "负无穷大") | domainEnglishFormat.kif 40091-40091 | |
(termFormat ChineseTraditionalLanguage NegativeInfinity "負無窮大") | domainEnglishFormat.kif 40090-40090 | |
(termFormat EnglishLanguage NegativeInfinity "negative infinity") | domainEnglishFormat.kif 40089-40089 |
antecedent |
(=> (and (instance ?POINT TimePoint) (not (equal ?POINT NegativeInfinity))) (before NegativeInfinity ?POINT)) |
Merge.kif 7923-7927 | |
(=> (and (instance ?POINT TimePoint) (not (equal ?POINT NegativeInfinity))) (exists (?OTHERPOINT) (temporallyBetween NegativeInfinity ?OTHERPOINT ?POINT))) |
Merge.kif 7929-7934 |
consequent |
(=> (and (instance ?POINT TimePoint) (not (equal ?POINT NegativeInfinity))) (before NegativeInfinity ?POINT)) |
Merge.kif 7923-7927 | |
(=> (and (instance ?POINT TimePoint) (not (equal ?POINT NegativeInfinity))) (exists (?OTHERPOINT) (temporallyBetween NegativeInfinity ?OTHERPOINT ?POINT))) |
Merge.kif 7929-7934 | |
(=> (instance ?INTERVAL TimeInterval) (equal (PastFn ?INTERVAL) (TimeIntervalFn NegativeInfinity (BeginFn ?INTERVAL)))) |
Merge.kif 8526-8528 |