public abstract class SMModel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int[] |
charLenTable |
protected int |
classFactor |
protected PkgInt |
classTable |
static int |
ERROR |
static int |
ITSME |
protected java.lang.String |
name |
static int |
START |
protected PkgInt |
stateTable |
Constructor and Description |
---|
SMModel(PkgInt classTable,
int classFactor,
PkgInt stateTable,
int[] charLenTable,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
int |
getCharLen(int cls) |
int |
getClass(byte b) |
java.lang.String |
getName() |
int |
getNextState(int cls,
int currentState) |
public static final int START
public static final int ERROR
public static final int ITSME
protected PkgInt classTable
protected int classFactor
protected PkgInt stateTable
protected int[] charLenTable
protected java.lang.String name
Copyright © 2023. All rights reserved