|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.uzh.ifi.attempto.chartparser.Category ch.uzh.ifi.attempto.chartparser.Preterminal
public class Preterminal
This class stands for a pre-terminal category.
Field Summary |
---|
Fields inherited from class ch.uzh.ifi.attempto.chartparser.Category |
---|
featureMap, name, specialCategories |
Constructor Summary | |
---|---|
Preterminal(java.lang.String name)
Creates a new pre-terminal category. |
Method Summary | |
---|---|
protected java.lang.String |
getType()
This method returns the type of the category. |
void |
setFeatureMap(FeatureMap featureMap)
Sets the feature map of this category. |
java.lang.String |
toString()
|
Methods inherited from class ch.uzh.ifi.attempto.chartparser.Category |
---|
addNegFeatureMap, addPosFeatureMap, canUnify, deepCopy, equals, getFeature, getFeatureMap, getFeatureNames, getFeatureValues, getName, getNegFeatureMaps, getPosFeatureMaps, isSimilar, isSpecialCategory, setFeature, setFeature, skolemize, subsumes, tryToUnify, unify |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Preterminal(java.lang.String name)
name
- The name of the category.Method Detail |
---|
public void setFeatureMap(FeatureMap featureMap)
featureMap
- The new feature map.protected java.lang.String getType()
Category
getType
in class Category
public java.lang.String toString()
toString
in class Category
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |