| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.backend.dsb.filter | |
| org.protempa.proposition.interval |
| Modifier and Type | Method and Description |
|---|---|
Interval.Side |
TemporalPatternOffset.getFinishIntervalSide() |
Interval.Side |
ContextOffset.getFinishIntervalSide() |
Interval.Side |
TemporalPatternOffset.getStartIntervalSide() |
Interval.Side |
ContextOffset.getStartIntervalSide() |
| Modifier and Type | Method and Description |
|---|---|
void |
TemporalPatternOffset.setFinishIntervalSide(Interval.Side finishIntervalSide) |
void |
ContextOffset.setFinishIntervalSide(Interval.Side finishIntervalSide) |
void |
TemporalPatternOffset.setStartIntervalSide(Interval.Side startIntervalSide) |
void |
ContextOffset.setStartIntervalSide(Interval.Side startIntervalSide) |
| Modifier and Type | Method and Description |
|---|---|
Interval.Side |
PositionFilter.getFinishSide()
Returns the side of the proposition to which to apply the upper bound.
|
Interval.Side |
PositionFilter.getStartSide()
Returns the side of the proposition to which to apply the lower bound.
|
| Constructor and Description |
|---|
DateTimeFilter(String[] propIds,
Date start,
Granularity startGran,
Date finish,
Granularity finishGran,
Interval.Side startSide,
Interval.Side finishSide)
Creates a filter with a date/time range.
|
PositionFilter(String[] propIds,
Long start,
Granularity startGran,
Long finish,
Granularity finishGran,
Interval.Side startSide,
Interval.Side finishSide)
Initializes a filter with a position range.
|
| Modifier and Type | Method and Description |
|---|---|
static Interval.Side |
Interval.Side.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interval.Side[] |
Interval.Side.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2017 Emory University. All rights reserved.