Uses of Class
org.openrefine.model.recon.Recon.Judgment
-
Packages that use Recon.Judgment Package Description org.openrefine org.openrefine.model.recon org.openrefine.operations.cell org.openrefine.operations.recon -
-
Uses of Recon.Judgment in org.openrefine
Methods in org.openrefine with parameters of type Recon.Judgment Modifier and Type Method Description protected ReconRefineTest. testRecon(String name, String id, Recon.Judgment judgment) -
Uses of Recon.Judgment in org.openrefine.model.recon
Fields in org.openrefine.model.recon declared as Recon.Judgment Modifier and Type Field Description Recon.JudgmentRecon. judgmentMethods in org.openrefine.model.recon that return Recon.Judgment Modifier and Type Method Description Recon.JudgmentRecon. getJudgment()static Recon.JudgmentRecon. stringToJudgment(String s)Deprecated.static Recon.JudgmentRecon.Judgment. valueOf(String name)Returns the enum constant of this type with the specified name.static Recon.Judgment[]Recon.Judgment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openrefine.model.recon with parameters of type Recon.Judgment Modifier and Type Method Description static StringRecon. judgmentToString(Recon.Judgment judgment)Deprecated.ReconRecon. withJudgment(Recon.Judgment newJudgment)Constructors in org.openrefine.model.recon with parameters of type Recon.Judgment 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 Recon.Judgment in org.openrefine.operations.cell
Methods in org.openrefine.operations.cell that return Recon.Judgment Modifier and Type Method Description Recon.JudgmentReconEditOperation. getJudgment()The judgment to set on the recon.Constructors in org.openrefine.operations.cell with parameters of type Recon.Judgment Constructor Description ReconEditOperation(long rowId, String columnName, Recon.Judgment judgment, String identifierSpace, String schemaSpace, ReconCandidate match, String cellValue) -
Uses of Recon.Judgment in org.openrefine.operations.recon
Fields in org.openrefine.operations.recon declared as Recon.Judgment Modifier and Type Field Description protected Recon.JudgmentReconJudgeSimilarCellsOperation. _judgmentFields in org.openrefine.operations.recon with type parameters of type Recon.Judgment Modifier and Type Field Description protected List<Recon.Judgment>ReconCopyAcrossColumnsOperation. _judgmentsMethods in org.openrefine.operations.recon that return Recon.Judgment Modifier and Type Method Description Recon.JudgmentReconJudgeSimilarCellsOperation. getJudgment()Methods in org.openrefine.operations.recon that return types with arguments of type Recon.Judgment Modifier and Type Method Description List<Recon.Judgment>ReconCopyAcrossColumnsOperation. getJudgments()Methods in org.openrefine.operations.recon with parameters of type Recon.Judgment Modifier and Type Method Description protected static RowInRecordMapperReconJudgeSimilarCellsOperation. rowMapper(int columnIndex, String similarValue, Recon.Judgment judgment, ReconCandidate match, long historyEntryId)Method parameters in org.openrefine.operations.recon with type arguments of type Recon.Judgment Modifier and Type Method Description protected static RowAggregator<com.google.common.collect.ImmutableMap<Serializable,Recon>>ReconCopyAcrossColumnsOperation. getAggregator(int cellIndex, Set<Recon.Judgment> judgments)Constructors in org.openrefine.operations.recon with parameters of type Recon.Judgment Constructor Description ReconJudgeSimilarCellsOperation(EngineConfig engineConfig, String columnName, String similarValue, Recon.Judgment judgment, ReconCandidate match, Boolean shareNewTopics)
-