public final class FastDFAState extends FastDetState<FastDFAState,FastDFAState>
id| Constructor and Description |
|---|
FastDFAState(int numInputs,
boolean accepting) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAccepting() |
void |
setAccepting(boolean accepting) |
clearTransitions, getTransition, setTransition, toStringgetId, setIdpublic FastDFAState(int numInputs, boolean accepting)
public boolean isAccepting()
public void setAccepting(boolean accepting)
Copyright © 2013. All Rights Reserved.