Package net.sf.basedb.core
Class RawDataBatcher.FeatureInfo
- java.lang.Object
-
- net.sf.basedb.core.RawDataBatcher.FeatureInfo
-
- Enclosing class:
- RawDataBatcher
static class RawDataBatcher.FeatureInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private String
externalReporterId
private int
featureId
private int
position
private int
reporterId
-
Constructor Summary
Constructors Constructor Description FeatureInfo(FeatureData feature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) FeatureData
getFeature(RawDataBatcher.FeatureProxy proxy)
(package private) int
getPosition()
(package private) ReporterData
getReporter(RawDataBatcher.ReporterProxy proxy)
-
-
-
Field Detail
-
featureId
private final int featureId
-
position
private final int position
-
reporterId
private final int reporterId
-
externalReporterId
private final String externalReporterId
-
-
Constructor Detail
-
FeatureInfo
FeatureInfo(FeatureData feature)
-
-
Method Detail
-
getPosition
int getPosition()
-
getReporter
ReporterData getReporter(RawDataBatcher.ReporterProxy proxy)
-
getFeature
FeatureData getFeature(RawDataBatcher.FeatureProxy proxy)
-
-