|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AddressFunction | |
---|---|
org.maltparser.core.feature | Provides classes for handling feature models. |
org.maltparser.core.syntaxgraph.feature | |
org.maltparser.parser.algorithm.covington | Implements the Covington deterministic parsing algorithms. |
org.maltparser.parser.algorithm.nivre | Implements the Nivre deterministic parsing algorithms. |
org.maltparser.parser.algorithm.planar | |
org.maltparser.parser.algorithm.stack | Implements the Stack parsing algorithms. |
org.maltparser.parser.algorithm.twoplanar |
Uses of AddressFunction in org.maltparser.core.feature |
---|
Fields in org.maltparser.core.feature with type parameters of type AddressFunction | |
---|---|
protected ArrayList<AddressFunction> |
FeatureModel.addressFunctionCache
|
Methods in org.maltparser.core.feature that return types with arguments of type AddressFunction | |
---|---|
ArrayList<AddressFunction> |
FeatureModel.getAddressFunctionCache()
|
Uses of AddressFunction in org.maltparser.core.syntaxgraph.feature |
---|
Subclasses of AddressFunction in org.maltparser.core.syntaxgraph.feature | |
---|---|
class |
DGraphAddressFunction
|
Fields in org.maltparser.core.syntaxgraph.feature declared as AddressFunction | |
---|---|
protected AddressFunction |
ArcDirFeature.addressFunction
|
protected AddressFunction |
ExistsFeature.addressFunction
|
protected AddressFunction |
InputArcDirFeature.addressFunction
|
protected AddressFunction |
InputColumnFeature.addressFunction
|
protected AddressFunction |
NumOfFeature.addressFunction
|
protected AddressFunction |
InputTableFeature.addressFunction
|
protected AddressFunction |
OutputColumnFeature.addressFunction
|
protected AddressFunction |
OutputTableFeature.addressFunction
|
protected AddressFunction |
InputArcFeature.addressFunction1
|
protected AddressFunction |
OutputArcFeature.addressFunction1
|
protected AddressFunction |
DistanceFeature.addressFunction1
|
protected AddressFunction |
InputArcFeature.addressFunction2
|
protected AddressFunction |
OutputArcFeature.addressFunction2
|
protected AddressFunction |
DistanceFeature.addressFunction2
|
Methods in org.maltparser.core.syntaxgraph.feature that return AddressFunction | |
---|---|
AddressFunction |
ArcDirFeature.getAddressFunction()
Returns the address function |
AddressFunction |
ExistsFeature.getAddressFunction()
Returns the address function |
AddressFunction |
InputArcDirFeature.getAddressFunction()
|
AddressFunction |
DGraphAddressFunction.getAddressFunction()
|
AddressFunction |
InputColumnFeature.getAddressFunction()
|
AddressFunction |
NumOfFeature.getAddressFunction()
Returns the address function |
AddressFunction |
InputTableFeature.getAddressFunction()
|
AddressFunction |
OutputColumnFeature.getAddressFunction()
|
AddressFunction |
OutputTableFeature.getAddressFunction()
|
AddressFunction |
InputArcFeature.getAddressFunction1()
Returns the address function 1 (argument 1) |
AddressFunction |
OutputArcFeature.getAddressFunction1()
Returns the address function 1 (argument 1) |
AddressFunction |
DistanceFeature.getAddressFunction1()
Returns the address function 1 (argument 1) |
AddressFunction |
InputArcFeature.getAddressFunction2()
Returns the address function 2 (argument 2) |
AddressFunction |
OutputArcFeature.getAddressFunction2()
Returns the address function 2 (argument 2) |
AddressFunction |
DistanceFeature.getAddressFunction2()
Returns the address function 2 (argument 2) |
Methods in org.maltparser.core.syntaxgraph.feature with parameters of type AddressFunction | |
---|---|
void |
ArcDirFeature.setAddressFunction(AddressFunction addressFunction)
Sets the address function |
void |
ExistsFeature.setAddressFunction(AddressFunction addressFunction)
Sets the address function |
void |
InputArcDirFeature.setAddressFunction(AddressFunction addressFunction)
|
void |
DGraphAddressFunction.setAddressFunction(AddressFunction addressFunction)
|
void |
InputColumnFeature.setAddressFunction(AddressFunction addressFunction)
|
void |
NumOfFeature.setAddressFunction(AddressFunction addressFunction)
Sets the address function |
void |
InputTableFeature.setAddressFunction(AddressFunction addressFunction)
|
void |
OutputColumnFeature.setAddressFunction(AddressFunction addressFunction)
|
void |
OutputTableFeature.setAddressFunction(AddressFunction addressFunction)
|
void |
InputArcFeature.setAddressFunction1(AddressFunction addressFunction1)
Sets the address function 1 (argument 1) |
void |
OutputArcFeature.setAddressFunction1(AddressFunction addressFunction1)
Sets the address function 1 (argument 1) |
void |
DistanceFeature.setAddressFunction1(AddressFunction addressFunction1)
Sets the address function 1 (argument 1) |
void |
InputArcFeature.setAddressFunction2(AddressFunction addressFunction2)
Sets the address function 2 (argument 2) |
void |
OutputArcFeature.setAddressFunction2(AddressFunction addressFunction2)
Sets the address function 2 (argument 2) |
void |
DistanceFeature.setAddressFunction2(AddressFunction addressFunction2)
Sets the address function 2 (argument 2) |
Uses of AddressFunction in org.maltparser.parser.algorithm.covington |
---|
Subclasses of AddressFunction in org.maltparser.parser.algorithm.covington | |
---|---|
class |
CovingtonAddressFunction
|
Uses of AddressFunction in org.maltparser.parser.algorithm.nivre |
---|
Subclasses of AddressFunction in org.maltparser.parser.algorithm.nivre | |
---|---|
class |
NivreAddressFunction
|
Uses of AddressFunction in org.maltparser.parser.algorithm.planar |
---|
Subclasses of AddressFunction in org.maltparser.parser.algorithm.planar | |
---|---|
class |
PlanarAddressFunction
|
Uses of AddressFunction in org.maltparser.parser.algorithm.stack |
---|
Subclasses of AddressFunction in org.maltparser.parser.algorithm.stack | |
---|---|
class |
StackAddressFunction
|
Uses of AddressFunction in org.maltparser.parser.algorithm.twoplanar |
---|
Subclasses of AddressFunction in org.maltparser.parser.algorithm.twoplanar | |
---|---|
class |
TwoPlanarAddressFunction
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |