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 ReconRefineTest. 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 CellExcelImporter. extractCell(org.apache.poi.ss.usermodel.Cell cell, Map<String,Recon> reconMap)protected voidLegacyProjectImporter. loadPool(LineNumberReader reader, Map<Long,Recon> pool)CellLegacyProjectImporter.SerializedCell. toCell(Map<Long,Recon> pool)RowLegacyProjectImporter.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 ReconCell. reconMethods in org.openrefine.model that return Recon Modifier and Type Method Description ReconCell. getRecon()Methods in org.openrefine.model with parameters of type Recon Modifier and Type Method Description static CellCell. 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 ReconStandardReconConfig. computeFeatures(Recon recon, String text)Recomputes the features associated with this reconciliation object (only if we have at least one candidate).abstract ReconReconConfig. createNewRecon(long historyEntryID)ReconStandardReconConfig. createNewRecon(long historyEntryID)protected ReconStandardReconConfig. createReconServiceResults(String text, com.fasterxml.jackson.databind.node.ArrayNode resultsList, long historyEntryID)ReconRecon. dup(long judgmentHistoryEntry)static ReconRecon. loadStreaming(String s)static ReconRecon. makeFreebaseRecon(long judgmentHistoryEntry)Deprecated.static ReconRecon. makeWikidataRecon(long judgmentHistoryEntry)ReconRecon. withCandidate(ReconCandidate newCandidate)Adds a reconciliation candidate at the end of the list of candidatesReconRecon. withCandidates(List<ReconCandidate> newCandidates)ReconRecon. withFeatures(Object[] newFeatures)ReconRecon. withId(long newId)ReconRecon. withIdentifierSpace(String newIdentifierSpace)ReconRecon. withJudgment(Recon.Judgment newJudgment)ReconRecon. withJudgmentAction(String newJudgmentAction)ReconRecon. withJudgmentHistoryEntry(long newJudgmentHistoryEntry)ReconRecon. withMatch(ReconCandidate newMatch)ReconRecon. withMatchRank(int newMatchRank)ReconRecon. withSchemaSpace(String newSchemaSpace)ReconRecon. 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 ReconStandardReconConfig. 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 RowMapperReconEditOperation. 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 RowInRecordMapperReconJudgeSimilarCellsOperation. 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 RowInRecordMapperReconCopyAcrossColumnsOperation. 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 ReconReconEntityIdValue. 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)
-