String returns a string representation of the temporal fact.
()
| 30 | |
| 31 | // String returns a string representation of the temporal fact. |
| 32 | func (tf TemporalFact) String() string { |
| 33 | return tf.Atom.String() + tf.Interval.String() |
| 34 | } |
| 35 | |
| 36 | // DisplayString returns a string representation of the temporal fact using unescaped constants. |
| 37 | func (tf TemporalFact) DisplayString() string { |