MaltParser 1.0.1

org.maltparser.parser.guide.feature
Class AtomicFeature

java.lang.Object
  extended by org.maltparser.parser.guide.feature.Feature
      extended by org.maltparser.parser.guide.feature.AtomicFeature
Direct Known Subclasses:
ParserActionFeature, TokenFeature, TransitionFeature

public abstract class AtomicFeature
extends Feature

Since:
1.0
Author:
Johan Hall

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

Constructor Detail

AtomicFeature

public AtomicFeature()
              throws MaltChainedException
Throws:
MaltChainedException
Method Detail

equals

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

toString

public String toString()
Overrides:
toString in class Feature

MaltParser 1.0.1

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.