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) |
getAddressValue
public static final java.lang.Class<?>[] paramTypes
public DGraphAddressFunction(java.lang.String _subFunctionName)
public void initialize(java.lang.Object[] arguments) throws MaltChainedException
Function
arguments
- an array of arguments with the type returned by getParameterTypes()MaltChainedException
public java.lang.Class<?>[] getParameterTypes()
Function
public void update() throws MaltChainedException
Function
MaltChainedException
public void update(java.lang.Object[] arguments) throws MaltChainedException
update
in class AddressFunction
MaltChainedException
public AddressFunction getAddressFunction()
public java.lang.String getSubFunctionName()
public DGraphAddressFunction.DGraphSubFunction getSubFunction()
public boolean equals(java.lang.Object obj)
equals
in class AddressFunction
public java.lang.String toString()
toString
in class AddressFunction
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.