public class Grammar extends Object
Grammar()
void
addRule(String predecessor, String sucessor)
String
derive(String text)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Grammar()
public void addRule(String predecessor, String sucessor)
public String derive(String text)
Copyright © 2018. All rights reserved.