org.maltparser.core.feature.function
Class AddressFunction
java.lang.Object
org.maltparser.core.feature.function.AddressFunction
- All Implemented Interfaces:
- Function
- Direct Known Subclasses:
- CovingtonAddressFunction, DGraphAddressFunction, NivreAddressFunction, PlanarAddressFunction, StackAddressFunction, TwoPlanarAddressFunction
public abstract class AddressFunction
- extends Object
- implements Function
- Author:
- Johan Hall
address
protected AddressValue address
AddressFunction
public AddressFunction()
update
public abstract void update(Object[] arguments)
throws MaltChainedException
- Throws:
MaltChainedException
getAddressValue
public AddressValue getAddressValue()
- Returns the address value of address function
- Returns:
- the address value of address function
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.