MaltParser 1.0.2

org.maltparser.parser.guide.feature
Class SplitFeature

java.lang.Object
  extended by org.maltparser.parser.guide.feature.Feature
      extended by org.maltparser.parser.guide.feature.SplitFeature

public class SplitFeature
extends Feature


Field Summary
 
Fields inherited from class org.maltparser.parser.guide.feature.Feature
cardinality, featureKnown, featureValues, nullValue, parsingAlgorithm
 
Constructor Summary
SplitFeature(ParsingAlgorithm parsingAlgorithm, String spec)
           
 
Method Summary
 boolean equals(Object obj)
           
 Integer getIntegerValue(String value)
           
 Feature getParentFeature()
           
 String getSeparators()
           
 String getStringValue(Integer value)
           
 SymbolTable getSymbolTable()
           
 boolean init(String spec)
           
protected  Feature initParentFeature(String spec)
           
 void setValue(Integer intValue)
           
 void setValue(String value)
           
 String toString()
           
 void update()
           
 void updateCardinality()
           
 
Methods inherited from class org.maltparser.parser.guide.feature.Feature
getCardinality, getFirstIntegerValue, getFirstStringValue, getIntegerValues, getParsingAlgorithm, getStringValues, getValues, init, initialize, isKnown, isNullValue, setCardinality, setParsingAlgorithm
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SplitFeature

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

initParentFeature

protected Feature initParentFeature(String spec)
                             throws MaltChainedException
Throws:
MaltChainedException

init

public boolean init(String spec)
             throws MaltChainedException
Specified by:
init in class Feature
Throws:
MaltChainedException

setValue

public void setValue(Integer intValue)
              throws MaltChainedException
Specified by:
setValue in class Feature
Throws:
MaltChainedException

setValue

public void setValue(String value)
              throws MaltChainedException
Specified by:
setValue in class Feature
Throws:
MaltChainedException

getStringValue

public String getStringValue(Integer value)
                      throws MaltChainedException
Specified by:
getStringValue in class Feature
Throws:
MaltChainedException

getIntegerValue

public Integer getIntegerValue(String value)
                        throws MaltChainedException
Specified by:
getIntegerValue in class Feature
Throws:
MaltChainedException

update

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

updateCardinality

public void updateCardinality()
                       throws MaltChainedException
Specified by:
updateCardinality in class Feature
Throws:
MaltChainedException

equals

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

getParentFeature

public Feature getParentFeature()

getSymbolTable

public SymbolTable getSymbolTable()

getSeparators

public String getSeparators()

toString

public String toString()
Overrides:
toString in class Feature

MaltParser 1.0.2

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.