Uses of Enum
com.google.refine.model.Recon.Judgment
Packages that use Recon.Judgment
-
Uses of Recon.Judgment in com.google.refine.model
Fields in com.google.refine.model declared as Recon.JudgmentMethods in com.google.refine.model that return Recon.JudgmentModifier and TypeMethodDescriptionRecon.getJudgment()static Recon.JudgmentRecon.stringToJudgment(String s) Deprecated.static Recon.JudgmentReturns 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 com.google.refine.model with parameters of type Recon.JudgmentModifier and TypeMethodDescriptionstatic StringRecon.judgmentToString(Recon.Judgment judgment) Deprecated.Constructors in com.google.refine.model with parameters of type Recon.JudgmentModifierConstructorDescriptionRecon(long id, long judgmentHistoryEntry, Recon.Judgment judgment, ReconCandidate match, String error, Object[] features, List<ReconCandidate> candidates, String service, String identifierSpace, String schemaSpace, String judgmentAction, Integer judgmentBatchSize, Integer matchRank) -
Uses of Recon.Judgment in com.google.refine.operations.recon
Fields in com.google.refine.operations.recon declared as Recon.JudgmentModifier and TypeFieldDescriptionprotected final Recon.JudgmentReconJudgeSimilarCellsOperation._judgmentMethods in com.google.refine.operations.recon that return Recon.JudgmentConstructors in com.google.refine.operations.recon with parameters of type Recon.JudgmentModifierConstructorDescriptionReconJudgeSimilarCellsOperation(EngineConfig engineConfig, String columnName, String similarValue, Recon.Judgment judgment, ReconCandidate match, Boolean shareNewTopics)