public class OutputColumnFeature extends ColumnFeature
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<?>[] |
paramTypes |
column, featureValue, symbolTable
Constructor and Description |
---|
OutputColumnFeature(DataFormatInstance dataFormatInstance,
SymbolTableHandler tableHandler) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
AddressFunction |
getAddressFunction() |
DataFormatInstance |
getDataFormatInstance() |
java.lang.Class<?>[] |
getParameterTypes()
Returns an array of class types used by the feature extraction system to invoke initialize with
correct arguments.
|
int |
hashCode() |
void |
initialize(java.lang.Object[] arguments)
Initialize the feature function
|
void |
setAddressFunction(AddressFunction addressFunction) |
java.lang.String |
toString() |
void |
update()
Cause the feature function to update the feature value.
|
castFeatureValue, getCode, getColumn, getColumnName, getFeatureValue, getMapIdentifier, getSymbol, getSymbolTable, getType, setColumn, setFeatureValue, setFeatureValue, setSymbolTable
public static final java.lang.Class<?>[] paramTypes
public OutputColumnFeature(DataFormatInstance dataFormatInstance, SymbolTableHandler tableHandler) throws MaltChainedException
MaltChainedException
public void initialize(java.lang.Object[] arguments) throws MaltChainedException
Function
initialize
in interface Function
initialize
in class ColumnFeature
arguments
- an array of arguments with the type returned by getParameterTypes()MaltChainedException
public java.lang.Class<?>[] getParameterTypes()
Function
getParameterTypes
in interface Function
getParameterTypes
in class ColumnFeature
public void update() throws MaltChainedException
Function
update
in interface Function
update
in class ColumnFeature
MaltChainedException
public AddressFunction getAddressFunction()
public void setAddressFunction(AddressFunction addressFunction)
public DataFormatInstance getDataFormatInstance()
public boolean equals(java.lang.Object obj)
equals
in class ColumnFeature
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class ColumnFeature
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.