public abstract class IntervalSectioner<E extends TemporalProposition,K extends CompoundInterval<E>> extends Object
CompoundValuedIntervals based
on input propositions.| Modifier and Type | Method and Description |
|---|---|
List<K> |
buildIntervalList(List<E> propositions)
Creates a chronologically ordered list of intervals and their associated
propositions and values.
|
protected abstract K |
newCompoundInterval(Interval ival,
Set<E> props) |
public List<K> buildIntervalList(List<E> propositions)
Interval's natural ordering.propositions - the list of AbstractParameters to put into intervalsCompoundValuedInterval, sorted chronologically
based on Interval's natural orderingCopyright © 2012–2016 Emory University. All rights reserved.