public final class PlanarAddressFunction extends AddressFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanarAddressFunction.PlanarSubFunction |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<?>[] |
paramTypes |
address| Constructor and Description |
|---|
PlanarAddressFunction(java.lang.String _subFunctionName,
AlgoritmInterface _parsingAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
AddressValue |
getAddressValue()
Returns the address value of address function
|
int |
getIndex() |
java.lang.Class<?>[] |
getParameterTypes()
Returns an array of class types used by the feature extraction system to invoke initialize with
correct arguments.
|
PlanarAddressFunction.PlanarSubFunction |
getSubFunction() |
java.lang.String |
getSubFunctionName() |
void |
initialize(java.lang.Object[] arguments)
Initialize the feature function
|
void |
setIndex(int index) |
java.lang.String |
toString() |
void |
update()
Cause the feature function to update the feature value.
|
void |
update(java.lang.Object[] arguments) |
public static final java.lang.Class<?>[] paramTypes
public PlanarAddressFunction(java.lang.String _subFunctionName, AlgoritmInterface _parsingAlgorithm)
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 java.lang.String getSubFunctionName()
public PlanarAddressFunction.PlanarSubFunction getSubFunction()
public AddressValue getAddressValue()
AddressFunctiongetAddressValue in class AddressFunctionpublic int getIndex()
public void setIndex(int index)
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.