Uses of Class
org.openrefine.model.recon.Recon
-
-
Uses of Recon in org.openrefine
Methods in org.openrefine that return Recon Modifier and Type Method Description protected Recon
RefineTest. testRecon(String name, String id, Recon.Judgment judgment)
-
Uses of Recon in org.openrefine.importers
Method parameters in org.openrefine.importers with type arguments of type Recon Modifier and Type Method Description protected static Cell
ExcelImporter. extractCell(org.apache.poi.ss.usermodel.Cell cell, Map<String,Recon> reconMap)
protected void
LegacyProjectImporter. loadPool(LineNumberReader reader, Map<Long,Recon> pool)
Cell
LegacyProjectImporter.SerializedCell. toCell(Map<Long,Recon> pool)
Row
LegacyProjectImporter.SerializedRow. toRow(Map<Long,Recon> pool)
-
Uses of Recon in org.openrefine.model
Fields in org.openrefine.model declared as Recon Modifier and Type Field Description Recon
Cell. recon
Methods in org.openrefine.model that return Recon Modifier and Type Method Description Recon
Cell. getRecon()
Methods in org.openrefine.model with parameters of type Recon Modifier and Type Method Description static Cell
Cell. deserialize(Object value, String type, Recon recon, String error, Boolean pending)
Constructors in org.openrefine.model with parameters of type Recon Constructor Description Cell(Serializable value, Recon recon)
Cell(Serializable value, Recon recon, boolean pending)
-
Uses of Recon in org.openrefine.model.recon
Methods in org.openrefine.model.recon that return Recon Modifier and Type Method Description Recon
StandardReconConfig. computeFeatures(Recon recon, String text)
Recomputes the features associated with this reconciliation object (only if we have at least one candidate).abstract Recon
ReconConfig. createNewRecon(long historyEntryID)
Recon
StandardReconConfig. createNewRecon(long historyEntryID)
protected Recon
StandardReconConfig. createReconServiceResults(String text, com.fasterxml.jackson.databind.node.ArrayNode resultsList, long historyEntryID)
Recon
Recon. dup(long judgmentHistoryEntry)
static Recon
Recon. loadStreaming(String s)
static Recon
Recon. makeFreebaseRecon(long judgmentHistoryEntry)
Deprecated.static Recon
Recon. makeWikidataRecon(long judgmentHistoryEntry)
Recon
Recon. withCandidate(ReconCandidate newCandidate)
Adds a reconciliation candidate at the end of the list of candidatesRecon
Recon. withCandidates(List<ReconCandidate> newCandidates)
Recon
Recon. withFeatures(Object[] newFeatures)
Recon
Recon. withId(long newId)
Recon
Recon. withIdentifierSpace(String newIdentifierSpace)
Recon
Recon. withJudgment(Recon.Judgment newJudgment)
Recon
Recon. withJudgmentAction(String newJudgmentAction)
Recon
Recon. withJudgmentHistoryEntry(long newJudgmentHistoryEntry)
Recon
Recon. withMatch(ReconCandidate newMatch)
Recon
Recon. withMatchRank(int newMatchRank)
Recon
Recon. withSchemaSpace(String newSchemaSpace)
Recon
Recon. withService(String service)
Methods in org.openrefine.model.recon that return types with arguments of type Recon Modifier and Type Method Description List<Recon>
DataExtensionReconConfig. batchRecon(List<ReconJob> jobs, long historyEntryID)
abstract List<Recon>
ReconConfig. batchRecon(List<ReconJob> jobs, long historyEntryID)
List<Recon>
StandardReconConfig. batchRecon(List<ReconJob> jobs, long historyEntryID)
Methods in org.openrefine.model.recon with parameters of type Recon Modifier and Type Method Description Recon
StandardReconConfig. computeFeatures(Recon recon, String text)
Recomputes the features associated with this reconciliation object (only if we have at least one candidate). -
Uses of Recon in org.openrefine.operations.cell
Methods in org.openrefine.operations.cell with parameters of type Recon Modifier and Type Method Description protected static RowMapper
ReconEditOperation. mapFunction(int cellIndex, long rowId, Recon newRecon)
-
Uses of Recon in org.openrefine.operations.recon
Methods in org.openrefine.operations.recon that return types with arguments of type Recon Modifier and Type Method Description protected static RowAggregator<com.google.common.collect.ImmutableMap<Serializable,Recon>>
ReconCopyAcrossColumnsOperation. getAggregator(int cellIndex, Set<Recon.Judgment> judgments)
Methods in org.openrefine.operations.recon with parameters of type Recon Modifier and Type Method Description protected static RowInRecordMapper
ReconJudgeSimilarCellsOperation. rowMapperShareNewTopics(int columnIndex, String similarValue, Recon sharedRecon)
Method parameters in org.openrefine.operations.recon with type arguments of type Recon Modifier and Type Method Description protected static RowInRecordMapper
ReconCopyAcrossColumnsOperation. getRowMapper(List<Integer> columnIndices, Map<Serializable,Recon> valueToRecon, boolean applyToJudgedCells)
-
Uses of Recon in org.openrefine.wikibase.schema.entityvalues
Methods in org.openrefine.wikibase.schema.entityvalues that return Recon Modifier and Type Method Description Recon
ReconEntityIdValue. getRecon()
Returns the reconciliation object corresponding to this entity.Constructors in org.openrefine.wikibase.schema.entityvalues with parameters of type Recon Constructor Description ReconEntityIdValue(Recon match, String cellValue)
ReconItemIdValue(Recon recon, String cellValue)
ReconMediaInfoIdValue(Recon recon, String cellValue)
ReconPropertyIdValue(Recon recon, String cellValue)
-