MaltParser 1.0.1

org.maltparser.parser.guide.feature
Class InputColumnFeature

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.InputColumnFeature

public final class InputColumnFeature
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
InputColumnFeature(ParsingAlgorithm parsingAlgorithm, String spec)
           
 
Method Summary
 boolean equals(Object obj)
           
 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, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InputColumnFeature

public InputColumnFeature(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

toString

public String toString()
Overrides:
toString in class ColumnFeature

MaltParser 1.0.1

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.