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 ReconCandidate
Recon. match
Fields in org.openrefine.model.recon with type parameters of type ReconCandidate Modifier and Type Field Description com.google.common.collect.ImmutableList<ReconCandidate>
Recon. candidates
Methods in org.openrefine.model.recon that return ReconCandidate Modifier and Type Method Description ReconCandidate
Recon. getBestCandidate()
ReconCandidate
Recon. getMatch()
static ReconCandidate
ReconCandidate. loadStreaming(com.fasterxml.jackson.core.JsonParser jp)
Deprecated.static ReconCandidate
ReconCandidate. loadStreaming(String s)
ReconCandidate
StandardReconConfig.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 Recon
Recon. withCandidate(ReconCandidate newCandidate)
Adds a reconciliation candidate at the end of the list of candidatesRecon
Recon. withMatch(ReconCandidate newMatch)
Method parameters in org.openrefine.model.recon with type arguments of type ReconCandidate Modifier and Type Method Description Recon
Recon. 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 ReconCandidate
ReconEditOperation. 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 ReconCandidate
ReconJudgeSimilarCellsOperation. _match
Methods in org.openrefine.operations.recon that return ReconCandidate Modifier and Type Method Description ReconCandidate
ReconMatchSpecificTopicOperation.ReconItem. getCandidate()
ReconCandidate
ReconJudgeSimilarCellsOperation. getMatch()
Methods in org.openrefine.operations.recon with parameters of type ReconCandidate Modifier and Type Method Description protected static RowInRecordMapper
ReconJudgeSimilarCellsOperation. rowMapper(int columnIndex, String similarValue, Recon.Judgment judgment, ReconCandidate match, long historyEntryId)
protected static RowInRecordMapper
ReconMatchSpecificTopicOperation. 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)
-