Serialized Form
-
Package jeco.core.problem
-
Package jeco.core.util.bnf
-
Class jeco.core.util.bnf.Production
- serialVersionUID:
- 1L
-
Serialized Fields
-
minimumDepth
int minimumDepth
Minimum depth of parse tree for production to map to terminal symbol(s) -
recursive
boolean recursive
Recursive nature of production
-
-
Class jeco.core.util.bnf.Rule
- serialVersionUID:
- 1L
-
Serialized Fields
-
lhs
Symbol lhs
Left hand side symbol of the rule -
minimumDepth
int minimumDepth
Minimum depth of parse tree for production to map to terminal symbol(s) -
recursive
boolean recursive
Recursive nature of rule
-
-