public class DFARow
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
m_caseValue |
private short[] |
m_states |
| Modifier | Constructor and Description |
|---|---|
private |
DFARow(DFARow other) |
|
DFARow(int cols) |
| Modifier and Type | Method and Description |
|---|---|
DFARow |
clone() |
int |
getCaseValue() |
short[] |
getStates() |
void |
setCaseValue(int caseValue) |
void |
setState(int col,
int state) |
public DFARow(int cols)
private DFARow(DFARow other)
public short[] getStates()
public void setState(int col,
int state)
public void setCaseValue(int caseValue)
public int getCaseValue()
public DFARow clone()
clone in class java.lang.Object