K - type of keyD - type of datapublic class PointUsageRecordQueryMapper<K,D extends java.lang.Number> extends UsageRecordQueryMapper<K>
labeller| Constructor and Description |
|---|
PointUsageRecordQueryMapper(uk.ac.ed.epcc.webapp.AppContext conn,
RecordSelector sel,
int set,
Reduction red,
PropExpression<D> plot_prop,
PropertyTag<java.util.Date> point_prop,
PropertyKeyLabeller<K> lab) |
PointUsageRecordQueryMapper(uk.ac.ed.epcc.webapp.AppContext conn,
RecordSelector sel,
PropExpression<K> key_prop,
Reduction red,
PropExpression<D> plot_prop,
PropertyTag<java.util.Date> point_prop,
PropertyKeyLabeller<K> lab) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Integer,java.lang.Number> |
getOverlapMap(UsageProducer<?> o,
java.util.Date start,
java.util.Date end) |
getLabels, getSet, nSetspublic PointUsageRecordQueryMapper(uk.ac.ed.epcc.webapp.AppContext conn,
RecordSelector sel,
PropExpression<K> key_prop,
Reduction red,
PropExpression<D> plot_prop,
PropertyTag<java.util.Date> point_prop,
PropertyKeyLabeller<K> lab)
public PointUsageRecordQueryMapper(uk.ac.ed.epcc.webapp.AppContext conn,
RecordSelector sel,
int set,
Reduction red,
PropExpression<D> plot_prop,
PropertyTag<java.util.Date> point_prop,
PropertyKeyLabeller<K> lab)
public java.util.Map<java.lang.Integer,java.lang.Number> getOverlapMap(UsageProducer<?> o, java.util.Date start, java.util.Date end)