org.maltparser.core.feature.system
Class FeatureEngine
java.lang.Object
org.maltparser.core.helper.HashMap<String,FunctionDescription>
org.maltparser.core.feature.system.FeatureEngine
- All Implemented Interfaces:
- Serializable, Map<String,FunctionDescription>
public class FeatureEngine
- extends HashMap<String,FunctionDescription>
- Since:
- 1.0
- Author:
- Johan Hall
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class org.maltparser.core.helper.HashMap |
clear, containsKey, containsValue, doReadObject, doWriteObject, entrySet, get, hashCode, isEmpty, keyEquals, keyHashCode, keySet, put, putAll, remove, size, valueEquals, valueHashCode, values |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
FeatureEngine
public FeatureEngine()
newFunction
public Function newFunction(String functionName,
ConfigurationRegistry registry)
throws MaltChainedException
- Throws:
MaltChainedException
load
public void load(String urlstring)
throws MaltChainedException
- Throws:
MaltChainedException
load
public void load(PluginLoader plugins)
throws MaltChainedException
- Throws:
MaltChainedException
load
public void load(URL specModelURL)
throws MaltChainedException
- Throws:
MaltChainedException
readFeatureSystem
public void readFeatureSystem(Element system)
throws MaltChainedException
- Throws:
MaltChainedException
readFunction
public void readFunction(Element function)
throws MaltChainedException
- Throws:
MaltChainedException
readSubFunction
public void readSubFunction(Element subfunction,
Class<?> clazz,
boolean hasFactory)
throws MaltChainedException
- Throws:
MaltChainedException
equals
public boolean equals(Object obj)
- Specified by:
equals
in interface Map<String,FunctionDescription>
- Overrides:
equals
in class HashMap<String,FunctionDescription>
toString
public String toString()
- Overrides:
toString
in class HashMap<String,FunctionDescription>
Copyright 2007-2011 Johan Hall, Jens Nilsson and Joakim Nivre.