Package | Description |
---|---|
it.cnr.isti.hpc.dexter.spot | |
it.cnr.isti.hpc.dexter.spot.cleanpipe.filter | |
it.cnr.isti.hpc.dexter.spot.ram | |
it.cnr.isti.hpc.dexter.spot.repo |
Modifier and Type | Field and Description |
---|---|
protected Spot |
SpotMatch.spot |
Modifier and Type | Method and Description |
---|---|
Spot |
Spot.clone()
Returns a copy of this object
|
Spot |
Spot.Parser.decode(String record) |
static Spot |
Spot.fromByteArray(String text,
byte[] data)
Decodes a Spot from a byte representation, if the given text match the
spot text encoded in the byte array.
|
static Spot |
Spot.fromTsvLine(String text)
Decodes a tab separated representation of a spot.
|
Spot |
SpotMatch.getSpot() |
Spot |
SpotReader.next() |
Modifier and Type | Method and Description |
---|---|
String |
Spot.Parser.encode(Spot spot) |
int |
SpotMatchList.index(Spot s) |
void |
SpotMatch.setSpot(Spot spot) |
Modifier and Type | Method and Description |
---|---|
void |
SpotReader.addFilter(Filter<Spot> filter)
Add a filter to the reader.
|
Constructor and Description |
---|
SpotMatch(Spot spot) |
SpotMatch(Spot spot,
EntityMatchList entities) |
SpotMatch(Spot s,
Field field) |
SpotMatch(Spot spot,
List<Entity> entities) |
Modifier and Type | Method and Description |
---|---|
boolean |
ProbabilityFilter.isFilter(Spot spot) |
boolean |
FrequencyFilter.isFilter(Spot spot) |
boolean |
CommonnessFilter.isFilter(Spot spot) |
Modifier and Type | Method and Description |
---|---|
Spot |
RamSpotRepository.getSpot(String spot) |
Modifier and Type | Method and Description |
---|---|
Spot |
SpotRepository.getSpot(String spot)
Given the a piece of text, the method will return a
Spot if the
given text is associated to one or more entities. |
Copyright © 2013. All rights reserved.