|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthu.birot.OTKit.runableExamples.Tableau
public class Tableau
Create a tableau for a string grammar.
StringGrammar| Field Summary | |
|---|---|
static java.lang.String |
Divider
This String gives you the character(s) to be used to divide the columns of the tableau. |
static java.lang.String |
FirstDivider
This String gives you the character(s) following the first column of the tableau. |
| Constructor Summary | |
|---|---|
Tableau()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] arg)
|
static java.lang.String |
tableau(Grammar G,
Form uf)
This static method returns a String containing the tableau generated by Grammar G using underlying form uf. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String Divider
public static java.lang.String FirstDivider
| Constructor Detail |
|---|
public Tableau()
| Method Detail |
|---|
public static void main(java.lang.String[] arg)
public static java.lang.String tableau(Grammar G,
Form uf)
This static method returns a String containing the tableau generated by Grammar G using underlying form uf.
The set of candidates generated by G.gen from uf must be finite (refer to method G.gen.allCandidates(uf)). Method G.hierarchy.sortedByRank() is used to define the ranking: make sure you call the method G.hierarchy.sortByRank() before employing this method.
G - Grammar generating the tableau.uf - Underlying form from which the tablea is generated.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||