org.maltparser.core.syntaxgraph.feature
Class InputTableFeature
java.lang.Object
   org.maltparser.core.symbol.TableFeature
org.maltparser.core.symbol.TableFeature
       org.maltparser.core.syntaxgraph.feature.InputTableFeature
org.maltparser.core.syntaxgraph.feature.InputTableFeature
- All Implemented Interfaces: 
- FeatureFunction, Function, Modifiable
- public class InputTableFeature 
- extends TableFeature
 
 
 
 
| Methods inherited from class org.maltparser.core.symbol.TableFeature | 
| getCode, getFeatureValue, getSymbol, getSymbolTable, getTableHandler, getTableName, setFeatureValue, setFeatureValue, setSymbolTable, setTableHandler, setTableName, updateCardinality | 
 
 
addressFunction
protected AddressFunction addressFunction
InputTableFeature
public InputTableFeature(DataFormatInstance dataFormatInstance)
                  throws MaltChainedException
- Throws:
- MaltChainedException
initialize
public void initialize(Object[] arguments)
                throws MaltChainedException
- Description copied from interface: Function
- Initialize the feature function
 
- 
- Specified by:
- initializein interface- Function
- Specified by:
- initializein class- TableFeature
 
- 
- Parameters:
- arguments- an array of arguments with the type returned by getParameterTypes()
- Throws:
- MaltChainedException
 
getParameterTypes
public Class<?>[] getParameterTypes()
- Description copied from interface: Function
- Returns an array of class types used by the feature extraction system to invoke initialize with
 correct arguments.
 
- 
- Specified by:
- getParameterTypesin interface- Function
- Specified by:
- getParameterTypesin class- TableFeature
 
- 
- Returns:
- an array of class types
 
update
public void update()
            throws MaltChainedException
- Description copied from interface: Function
- Cause the feature function to update the feature value.
 
- 
- Specified by:
- updatein interface- Function
- Specified by:
- updatein class- TableFeature
 
- 
- Throws:
- MaltChainedException
 
getAddressFunction
public AddressFunction getAddressFunction()
- 
 
setAddressFunction
public void setAddressFunction(AddressFunction addressFunction)
- 
 
equals
public boolean equals(Object obj)
- 
- Overrides:
- equalsin class- TableFeature
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- TableFeature
 
- 
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.