public class JSGFRuleCount extends JSGFRule
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
static int |
ONCE_OR_MORE |
static int |
OPTIONAL |
protected JSGFRule |
rule |
static int |
ZERO_OR_MORE |
| Constructor and Description |
|---|
JSGFRuleCount() |
JSGFRuleCount(JSGFRule rule,
int count) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
JSGFRule |
getRule() |
void |
setCount(int count) |
void |
setRule(JSGFRule rule) |
java.lang.String |
toString() |
protected JSGFRule rule
protected int count
public static final int OPTIONAL
public static final int ONCE_OR_MORE
public static final int ZERO_OR_MORE
public JSGFRuleCount()
public JSGFRuleCount(JSGFRule rule, int count)