|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.uzh.ifi.attempto.chartparser.Category
ch.uzh.ifi.attempto.chartparser.Nonterminal
public class Nonterminal
This class stands for a nonterminal category.
Constructor Summary | |
---|---|
Nonterminal(java.lang.String name)
Creates a new nonterminal category. |
Method Summary |
---|
Methods inherited from class ch.uzh.ifi.attempto.chartparser.Category |
---|
deepCopy, deepCopy, equals, getFeature, getName, setFeature, skolemize, toString, tryToUnify, unify |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Nonterminal(java.lang.String name)
name
- The name of the category.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |