public final class DGraphAddressFunction extends AddressFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
DGraphAddressFunction.DGraphSubFunction |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<?>[] |
paramTypes |
address| Constructor and Description |
|---|
DGraphAddressFunction(java.lang.String _subFunctionName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
AddressFunction |
getAddressFunction() |
java.lang.Class<?>[] |
getParameterTypes()
Returns an array of class types used by the feature extraction system to invoke initialize with
correct arguments.
|
DGraphAddressFunction.DGraphSubFunction |
getSubFunction() |
java.lang.String |
getSubFunctionName() |
void |
initialize(java.lang.Object[] arguments)
Initialize the feature function
|
java.lang.String |
toString() |
void |
update()
Cause the feature function to update the feature value.
|
void |
update(java.lang.Object[] arguments) |
getAddressValuepublic static final java.lang.Class<?>[] paramTypes
public DGraphAddressFunction(java.lang.String _subFunctionName)
public void initialize(java.lang.Object[] arguments) throws MaltChainedException
Functionarguments - an array of arguments with the type returned by getParameterTypes()MaltChainedExceptionpublic java.lang.Class<?>[] getParameterTypes()
Functionpublic void update() throws MaltChainedException
FunctionMaltChainedExceptionpublic void update(java.lang.Object[] arguments) throws MaltChainedException
update in class AddressFunctionMaltChainedExceptionpublic AddressFunction getAddressFunction()
public java.lang.String getSubFunctionName()
public DGraphAddressFunction.DGraphSubFunction getSubFunction()
public boolean equals(java.lang.Object obj)
equals in class AddressFunctionpublic java.lang.String toString()
toString in class AddressFunctionCopyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.