MaltParser 1.5.3

org.maltparser.core.io.dataformat
Class ColumnDescription

java.lang.Object
  extended by org.maltparser.core.io.dataformat.ColumnDescription
All Implemented Interfaces:
Comparable<ColumnDescription>

public class ColumnDescription
extends Object
implements Comparable<ColumnDescription>

Since:
1.0
Author:
Johan Hall

Field Summary
static int BOOLEAN
           
static int DEPENDENCY_EDGE_LABEL
           
static int HEAD
           
static int IGNORE
           
static int INPUT
           
static int INTEGER
           
static int PHRASE_STRUCTURE_EDGE_LABEL
           
static int PHRASE_STRUCTURE_NODE_LABEL
           
static int REAL
           
static int SECONDARY_EDGE_LABEL
           
static int STRING
           
 
Constructor Summary
ColumnDescription(String name, int category, int type, String defaultOutput, SymbolTableHandler symbolTables, String nullValueStrategy, boolean internal)
           
ColumnDescription(String name, String category, String type, String defaultOutput, SymbolTableHandler symbolTables, String nullValueStrategy, boolean internal)
           
 
Method Summary
 int compareTo(ColumnDescription that)
           
 boolean equals(Object obj)
           
 int getCategory()
           
 String getCategoryName()
           
 String getDefaultOutput()
           
 String getName()
           
 String getNullValueStrategy()
           
 int getPosition()
           
 SymbolTable getSymbolTable()
           
 int getType()
           
 String getTypeName()
           
 int hashCode()
           
 boolean isInternal()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INPUT

public static final int INPUT
See Also:
Constant Field Values

HEAD

public static final int HEAD
See Also:
Constant Field Values

DEPENDENCY_EDGE_LABEL

public static final int DEPENDENCY_EDGE_LABEL
See Also:
Constant Field Values

PHRASE_STRUCTURE_EDGE_LABEL

public static final int PHRASE_STRUCTURE_EDGE_LABEL
See Also:
Constant Field Values

PHRASE_STRUCTURE_NODE_LABEL

public static final int PHRASE_STRUCTURE_NODE_LABEL
See Also:
Constant Field Values

SECONDARY_EDGE_LABEL

public static final int SECONDARY_EDGE_LABEL
See Also:
Constant Field Values

IGNORE

public static final int IGNORE
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

REAL

public static final int REAL
See Also:
Constant Field Values
Constructor Detail

ColumnDescription

public ColumnDescription(String name,
                         String category,
                         String type,
                         String defaultOutput,
                         SymbolTableHandler symbolTables,
                         String nullValueStrategy,
                         boolean internal)
                  throws MaltChainedException
Throws:
MaltChainedException

ColumnDescription

public ColumnDescription(String name,
                         int category,
                         int type,
                         String defaultOutput,
                         SymbolTableHandler symbolTables,
                         String nullValueStrategy,
                         boolean internal)
                  throws MaltChainedException
Throws:
MaltChainedException
Method Detail

getPosition

public int getPosition()

getName

public String getName()

getDefaultOutput

public String getDefaultOutput()

getSymbolTable

public SymbolTable getSymbolTable()

getNullValueStrategy

public String getNullValueStrategy()

isInternal

public boolean isInternal()

getCategory

public int getCategory()

getCategoryName

public String getCategoryName()

getType

public int getType()

getTypeName

public String getTypeName()

compareTo

public int compareTo(ColumnDescription that)
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

MaltParser 1.5.3

Copyright 2007-2011 Johan Hall, Jens Nilsson and Joakim Nivre.