Uses of Class
adams.data.io.input.SimpleArffSpreadSheetReader.AttributeType
-
Packages that use SimpleArffSpreadSheetReader.AttributeType Package Description adams.data.io.input -
-
Uses of SimpleArffSpreadSheetReader.AttributeType in adams.data.io.input
Methods in adams.data.io.input that return SimpleArffSpreadSheetReader.AttributeType Modifier and Type Method Description protected SimpleArffSpreadSheetReader.AttributeType
SimpleArffSpreadSheetReader. getAttributeType(String line)
Extracts the attribute type from the line.static SimpleArffSpreadSheetReader.AttributeType
SimpleArffSpreadSheetReader.AttributeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SimpleArffSpreadSheetReader.AttributeType[]
SimpleArffSpreadSheetReader.AttributeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-