Uses of Class
org.openrefine.model.recon.ReconCandidate
-
Packages that use ReconCandidate Package Description org.openrefine.model.recon org.openrefine.operations.cell org.openrefine.operations.recon -
-
Uses of ReconCandidate in org.openrefine.model.recon
Fields in org.openrefine.model.recon declared as ReconCandidate Modifier and Type Field Description ReconCandidateRecon. matchFields in org.openrefine.model.recon with type parameters of type ReconCandidate Modifier and Type Field Description com.google.common.collect.ImmutableList<ReconCandidate>Recon. candidatesMethods in org.openrefine.model.recon that return ReconCandidate Modifier and Type Method Description ReconCandidateRecon. getBestCandidate()ReconCandidateRecon. getMatch()static ReconCandidateReconCandidate. loadStreaming(com.fasterxml.jackson.core.JsonParser jp)Deprecated.static ReconCandidateReconCandidate. loadStreaming(String s)ReconCandidateStandardReconConfig.ReconResult. toCandidate()Methods in org.openrefine.model.recon that return types with arguments of type ReconCandidate Modifier and Type Method Description List<ReconCandidate>Recon. getCandidates()Methods in org.openrefine.model.recon with parameters of type ReconCandidate Modifier and Type Method Description ReconRecon. withCandidate(ReconCandidate newCandidate)Adds a reconciliation candidate at the end of the list of candidatesReconRecon. withMatch(ReconCandidate newMatch)Method parameters in org.openrefine.model.recon with type arguments of type ReconCandidate Modifier and Type Method Description ReconRecon. withCandidates(List<ReconCandidate> newCandidates)Constructors in org.openrefine.model.recon with parameters of type ReconCandidate Constructor Description Recon(long id, long judgmentHistoryEntry, Recon.Judgment judgment, ReconCandidate match, Object[] features, List<ReconCandidate> candidates, String service, String identifierSpace, String schemaSpace, String judgmentAction, Integer matchRank)Constructor parameters in org.openrefine.model.recon with type arguments of type ReconCandidate Constructor Description Recon(long id, long judgmentHistoryEntry, Recon.Judgment judgment, ReconCandidate match, Object[] features, List<ReconCandidate> candidates, String service, String identifierSpace, String schemaSpace, String judgmentAction, Integer matchRank) -
Uses of ReconCandidate in org.openrefine.operations.cell
Methods in org.openrefine.operations.cell that return ReconCandidate Modifier and Type Method Description ReconCandidateReconEditOperation. getMatch()Constructors in org.openrefine.operations.cell with parameters of type ReconCandidate Constructor Description ReconEditOperation(long rowId, String columnName, Recon.Judgment judgment, String identifierSpace, String schemaSpace, ReconCandidate match, String cellValue) -
Uses of ReconCandidate in org.openrefine.operations.recon
Fields in org.openrefine.operations.recon declared as ReconCandidate Modifier and Type Field Description protected ReconCandidateReconJudgeSimilarCellsOperation. _matchMethods in org.openrefine.operations.recon that return ReconCandidate Modifier and Type Method Description ReconCandidateReconMatchSpecificTopicOperation.ReconItem. getCandidate()ReconCandidateReconJudgeSimilarCellsOperation. getMatch()Methods in org.openrefine.operations.recon with parameters of type ReconCandidate Modifier and Type Method Description protected static RowInRecordMapperReconJudgeSimilarCellsOperation. rowMapper(int columnIndex, String similarValue, Recon.Judgment judgment, ReconCandidate match, long historyEntryId)protected static RowInRecordMapperReconMatchSpecificTopicOperation. rowMapper(int columnIndex, ReconCandidate match, long historyEntryId, String identifierSpace, String schemaSpace)Constructors in org.openrefine.operations.recon with parameters of type ReconCandidate Constructor Description ReconJudgeSimilarCellsOperation(EngineConfig engineConfig, String columnName, String similarValue, Recon.Judgment judgment, ReconCandidate match, Boolean shareNewTopics)
-