org.maltparser.core.syntaxgraph.feature
Class OutputColumnFeature
java.lang.Object
   org.maltparser.core.syntaxgraph.feature.ColumnFeature
org.maltparser.core.syntaxgraph.feature.ColumnFeature
       org.maltparser.core.syntaxgraph.feature.OutputColumnFeature
org.maltparser.core.syntaxgraph.feature.OutputColumnFeature
- All Implemented Interfaces: 
- FeatureFunction, Function, Modifiable
- public class OutputColumnFeature 
- extends ColumnFeature
- Author:
- Johan Hall
 
 
 
 
 
 
addressFunction
protected AddressFunction addressFunction
dataFormatInstance
protected DataFormatInstance dataFormatInstance
OutputColumnFeature
public OutputColumnFeature(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- ColumnFeature
 
- 
- 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- ColumnFeature
 
- 
- 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- ColumnFeature
 
- 
- Throws:
- MaltChainedException
 
getAddressFunction
public AddressFunction getAddressFunction()
- 
 
setAddressFunction
public void setAddressFunction(AddressFunction addressFunction)
- 
 
getDataFormatInstance
public DataFormatInstance getDataFormatInstance()
- 
 
setDataFormatInstance
public void setDataFormatInstance(DataFormatInstance dataFormatInstance)
- 
 
equals
public boolean equals(Object obj)
- 
- Overrides:
- equalsin class- ColumnFeature
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- ColumnFeature
 
- 
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.