public interface UnisensFactory
| Modifier and Type | Method and Description |
|---|---|
BinFileFormat |
createBinFileFormat()
Deprecated.
moved to Entry
|
CsvFileFormat |
createCsvFileFormat()
Deprecated.
moved to Entry
|
CustomFileFormat |
createCustomFileFormat(java.lang.String fileFormatName)
Deprecated.
moved to Entry
|
Unisens |
createUnisens(java.lang.String path)
Creates a new Unisens object.
|
XmlFileFormat |
createXmlFileFormat()
Deprecated.
moved to Entry
|
Unisens createUnisens(java.lang.String path) throws UnisensParseException
path - path to existing or new unisens datasetUnisensParseException@Deprecated BinFileFormat createBinFileFormat()
Entry@Deprecated CsvFileFormat createCsvFileFormat()
Entry@Deprecated XmlFileFormat createXmlFileFormat()
Entry@Deprecated CustomFileFormat createCustomFileFormat(java.lang.String fileFormatName)
fileFormatName - the name of the CustomFileFormatEntry