MaltParser 1.0.3

org.maltparser.parser.guide.feature
Class OutputColumnFeature

java.lang.Object
  extended by org.maltparser.parser.guide.feature.Feature
      extended by org.maltparser.parser.guide.feature.AtomicFeature
          extended by org.maltparser.parser.guide.feature.TokenFeature
              extended by org.maltparser.parser.guide.feature.ColumnFeature
                  extended by org.maltparser.parser.guide.feature.OutputColumnFeature

public class OutputColumnFeature
extends ColumnFeature

Since:
1.0
Author:
Johan Hall

Field Summary
 
Fields inherited from class org.maltparser.parser.guide.feature.ColumnFeature
column, currentUpdateNode
 
Fields inherited from class org.maltparser.parser.guide.feature.Feature
cardinality, featureKnown, featureValues, nullValue, parsingAlgorithm
 
Constructor Summary
OutputColumnFeature(ParsingAlgorithm parsingAlgorithm, String spec)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 boolean init(String spec)
           
 String toString()
           
 void update()
           
 
Methods inherited from class org.maltparser.parser.guide.feature.ColumnFeature
getColumn, getColumnName, getCurrentUpdateNode, getIntegerValue, getStringValue, getSymbolTable, setColumn, setValue, setValue, updateCardinality
 
Methods inherited from class org.maltparser.parser.guide.feature.TokenFeature
createOperationStack, getNode, replaceStackItem, setCardinality
 
Methods inherited from class org.maltparser.parser.guide.feature.Feature
getCardinality, getFirstIntegerValue, getFirstStringValue, getIntegerValues, getParsingAlgorithm, getStringValues, getValues, init, initialize, isKnown, isNullValue, setParsingAlgorithm
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutputColumnFeature

public OutputColumnFeature(ParsingAlgorithm parsingAlgorithm,
                           String spec)
                    throws MaltChainedException
Throws:
MaltChainedException
Method Detail

init

public boolean init(String spec)
             throws MaltChainedException
Overrides:
init in class ColumnFeature
Throws:
MaltChainedException

update

public void update()
            throws MaltChainedException
Specified by:
update in class ColumnFeature
Throws:
MaltChainedException

equals

public boolean equals(Object obj)
Overrides:
equals in class ColumnFeature

hashCode

public int hashCode()
Overrides:
hashCode in class ColumnFeature

toString

public String toString()
Overrides:
toString in class ColumnFeature

MaltParser 1.0.3

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.