Uses of Class
org.openrefine.commands.recon.GuessTypesOfColumnCommand.TypeGroup
-
Packages that use GuessTypesOfColumnCommand.TypeGroup Package Description org.openrefine.commands.recon -
-
Uses of GuessTypesOfColumnCommand.TypeGroup in org.openrefine.commands.recon
Methods in org.openrefine.commands.recon that return types with arguments of type GuessTypesOfColumnCommand.TypeGroup Modifier and Type Method Description protected List<GuessTypesOfColumnCommand.TypeGroup>
GuessTypesOfColumnCommand. guessTypes(Grid grid, int cellIndex, String serviceUrl)
Run relevance searches for the first n cells in the given column and count the types of the results.Constructor parameters in org.openrefine.commands.recon with type arguments of type GuessTypesOfColumnCommand.TypeGroup Constructor Description TypesResponse(String code, String message, List<GuessTypesOfColumnCommand.TypeGroup> types)
-