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