Stefy

stefy
Class Grammar

java.lang.Object
  |
  +--stefy.Grammar

public class Grammar
extends java.lang.Object

Grammar class, RT. Similarly to Lexicon, the Grammar class provides a generic grammar class. A package user can provide new grammars by extending this class.


Field Summary
protected  Lexicon lexicon
           
protected  Rule[] rules
           
 
Constructor Summary
Grammar()
           
Grammar(Lexicon l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lexicon

protected Lexicon lexicon

rules

protected Rule[] rules
Constructor Detail

Grammar

public Grammar()

Grammar

public Grammar(Lexicon l)

Stefy

Submit a bug or feature
Copyright 1998-2004 Vlado Keselj. All Rights Reserved.