class

Temporal::Timeline

Inherits Reference < Object

Timeline: ordered collection of events

Constructors

new

Instance methods

add_event(event : Event)
add_fluent(fluent : Fluent)
causal_chains

Find causal chains: sequences of events where consecutive events meet or are immediately adjacent (before with no other event in between).

events
events_at(t : Float64) : Array(Event)
events_during(interval : Interval) : Array(Event)
fluent_value_at(name : String, t : Float64) : String | Nil
fluents
to_atomspace(atomspace : AtomSpace::AtomSpace)

Store timeline in AtomSpace