| NegativeInfinity(negative infinity) |
| 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 7991-7992 | |
| (documentation NegativeInfinity JapaneseLanguage "TimePoint は、他のすべての TimePoint の前にある。") | japanese_format.kif 1409-1410 | |
| (instance NegativeInfinity TimePoint) | Merge.kif 7989-7989 | Negative infinity is an instance of time point |
| appearance as argument number 2 |
|
|
| (termFormat ChineseLanguage NegativeInfinity "负无穷大") | domainEnglishFormat.kif 40101-40101 | |
| (termFormat ChineseTraditionalLanguage NegativeInfinity "負無窮大") | domainEnglishFormat.kif 40100-40100 | |
| (termFormat EnglishLanguage NegativeInfinity "negative infinity") | domainEnglishFormat.kif 40099-40099 |
| antecedent |
|
|
| (=> (and (instance ?POINT TimePoint) (not (equal ?POINT NegativeInfinity))) (before NegativeInfinity ?POINT)) |
Merge.kif 7994-7998 |
|
| (=> (and (instance ?POINT TimePoint) (not (equal ?POINT NegativeInfinity))) (exists (?OTHERPOINT) (temporallyBetween NegativeInfinity ?OTHERPOINT ?POINT))) |
Merge.kif 8000-8005 |
|
| consequent |
|
|
| (=> (and (instance ?POINT TimePoint) (not (equal ?POINT NegativeInfinity))) (before NegativeInfinity ?POINT)) |
Merge.kif 7994-7998 |
|
| (=> (and (instance ?POINT TimePoint) (not (equal ?POINT NegativeInfinity))) (exists (?OTHERPOINT) (temporallyBetween NegativeInfinity ?OTHERPOINT ?POINT))) |
Merge.kif 8000-8005 |
|
| (=> (instance ?INTERVAL TimeInterval) (equal (PastFn ?INTERVAL) (TimeIntervalFn NegativeInfinity (BeginFn ?INTERVAL)))) |
Merge.kif 8625-8627 |
|
|
|