public class DataFormatSpecification extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DataFormatSpecification.DataStructure |
class |
DataFormatSpecification.Dependency |
Constructor and Description |
---|
DataFormatSpecification() |
Modifier and Type | Method and Description |
---|---|
void |
addEntry(String dataFormatEntryName,
String category,
String type,
String defaultOutput) |
DataFormatInstance |
createDataFormatInstance(SymbolTableHandler symbolTables,
String nullValueStrategy) |
String |
getDataFormatName() |
DataFormatSpecification.DataStructure |
getDataStructure() |
HashSet<DataFormatSpecification.Dependency> |
getDependencies() |
DataFormatEntry |
getEntry(String dataFormatEntryName) |
void |
parseDataFormatXMLfile(String fileName) |
void |
parseDataFormatXMLfile(URL url) |
String |
toString() |
public DataFormatSpecification()
public DataFormatInstance createDataFormatInstance(SymbolTableHandler symbolTables, String nullValueStrategy) throws MaltChainedException
MaltChainedException
public void parseDataFormatXMLfile(String fileName) throws MaltChainedException
MaltChainedException
public HashSet<DataFormatSpecification.Dependency> getDependencies()
public void parseDataFormatXMLfile(URL url) throws MaltChainedException
MaltChainedException
public void addEntry(String dataFormatEntryName, String category, String type, String defaultOutput)
public DataFormatEntry getEntry(String dataFormatEntryName)
public String getDataFormatName()
public DataFormatSpecification.DataStructure getDataStructure()
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.