Uses of Class
cz.vutbr.fit.layout.map.MetadataExampleGenerator.TempPrecision
-
Packages that use MetadataExampleGenerator.TempPrecision Package Description cz.vutbr.fit.layout.map -
-
Uses of MetadataExampleGenerator.TempPrecision in cz.vutbr.fit.layout.map
Methods in cz.vutbr.fit.layout.map that return MetadataExampleGenerator.TempPrecision Modifier and Type Method Description static MetadataExampleGenerator.TempPrecisionMetadataExampleGenerator.TempPrecision. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataExampleGenerator.TempPrecision[]MetadataExampleGenerator.TempPrecision. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cz.vutbr.fit.layout.map with parameters of type MetadataExampleGenerator.TempPrecision Modifier and Type Method Description Map<TemporalAccessor,List<Example>>MetadataExampleGenerator. getTemporalExamples(MetadataExampleGenerator.TempPrecision precision)Creates the mapping from temporal types to examples for the examples that may be converted to LocalDate or LocalDateTIme.TemporalAccessorMetadataExampleGenerator. getTemporalValue(String src, MetadataExampleGenerator.TempPrecision precision)Converts a string to a float value if possible.
-