Public Vars
- ->GeneralRelation (clj)
- GeneralRelation (clj)
- IDivisibleInterval (clj)
- IGroupable (clj)
- IIntervalOps (clj)
- am (clj)
- basic-relation (clj)
- basic-relations (clj)
- bounds (clj)
- complement (clj)
- complement-r (clj)
- compose-r (clj)
- concur (clj)
- concur? (clj)
- concurrencies (clj)
- conj (clj)
- contains? (clj)
- conv (clj)
- converse-r (clj)
- difference (clj)
- disjoin (clj)
- disjoint? (clj)
- divide (clj)
- divide-by (clj)
- divide-by-divisor (clj)
- divide-by-duration (clj)
- divide-by-period (clj)
- divide-interval (clj)
- during? (clj)
- equals? (clj)
- extend (clj)
- finished-by? (clj)
- finishes? (clj)
- flatten (clj)
- group-by (clj)
- group-by-intervals (clj)
- intersection (clj)
- intersection-r (clj)
- intersects? (clj)
- interval (clj)
- map->GeneralRelation (clj)
- meets? (clj)
- met-by? (clj)
- new-interval (clj)
- new-interval-group (clj)
- new-relation (clj)
- normalize (clj)
- not-yet-implemented (clj)
- ordered-disjoint-intervals? (clj)
- overlapped-by? (clj)
- overlaps? (clj)
- pm (clj)
- preceded-by? (clj)
- precedes-or-meets? (clj)
- precedes? (clj)
- relation (clj)
- relation->kw (clj)
- scale (clj)
- slice (clj)
- slice-interval (clj)
- splice (clj)
- split (clj)
- split-interval (clj)
- split-with-assert (clj)
- started-by? (clj)
- starts? (clj)
- union (clj)
- unite (clj)
Back
unite (clj)
(source)function
(unite intervals)
Unite concurrent intervals. Intervals must be ordered by beginning
but not necessarily disjoint (the purpose of this function is to
splice together intervals that are concurrent resulting in a
time-ordered sequence of disjoint intervals that is returned.