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 Recon
RefineTest. 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.Judgment
Recon. judgment
Methods in org.openrefine.model.recon that return Recon.Judgment Modifier and Type Method Description Recon.Judgment
Recon. getJudgment()
static Recon.Judgment
Recon. stringToJudgment(String s)
Deprecated.static Recon.Judgment
Recon.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 String
Recon. judgmentToString(Recon.Judgment judgment)
Deprecated.Recon
Recon. 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.Judgment
ReconEditOperation. 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.Judgment
ReconJudgeSimilarCellsOperation. _judgment
Fields in org.openrefine.operations.recon with type parameters of type Recon.Judgment Modifier and Type Field Description protected List<Recon.Judgment>
ReconCopyAcrossColumnsOperation. _judgments
Methods in org.openrefine.operations.recon that return Recon.Judgment Modifier and Type Method Description Recon.Judgment
ReconJudgeSimilarCellsOperation. 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 RowInRecordMapper
ReconJudgeSimilarCellsOperation. 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)
-