public abstract class GrammarNode extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<GrammarNode> |
children |
(package private) String |
head |
| Constructor and Description |
|---|
GrammarNode(String head) |
String head
protected ArrayList<GrammarNode> children
public GrammarNode(String head)
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.