org.maltparser.core.dataformat
Class ColumnDescription
java.lang.Object
org.maltparser.core.dataformat.ColumnDescription
- All Implemented Interfaces:
- Comparable<ColumnDescription>
public class ColumnDescription
- extends Object
- implements Comparable<ColumnDescription>
- Since:
- 1.0
- Author:
- Johan Hall
INPUT
public static final int INPUT
- See Also:
- Constant Field Values
HEAD
public static final int HEAD
- See Also:
- Constant Field Values
OUTPUT
public static final int OUTPUT
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
INTEGER
public static final int INTEGER
- See Also:
- Constant Field Values
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
ECHO
public static final int ECHO
- See Also:
- Constant Field Values
IGNORE
public static final int IGNORE
- See Also:
- Constant Field Values
ColumnDescription
public ColumnDescription(int position,
String name,
String category,
String type,
String defaultOutput,
SymbolTableHandler symbolTables,
String specialSymbolsfileName,
String rootLabel)
throws MaltChainedException
- Throws:
MaltChainedException
getPosition
public int getPosition()
getName
public String getName()
getCategory
public int getCategory()
getType
public int getType()
getDefaultOutput
public String getDefaultOutput()
getSymbolTable
public SymbolTable getSymbolTable()
setSymbolTable
public void setSymbolTable(SymbolTable symbolTable)
setDefaultOutput
public void setDefaultOutput(String defaultOutput)
compareTo
public int compareTo(ColumnDescription o)
- Specified by:
compareTo
in interface Comparable<ColumnDescription>
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.