Modifier and Type | Field and Description |
---|---|
static int |
LEFT
The normal automaton mode.
|
static int |
PRUNE
The vertical prune mode.
|
static int |
VOID
The void mode.
|
Constructor and Description |
---|
FA(E type,
int mode,
List<State<E>> states)
Creates a new finite state automaton.
|
Modifier and Type | Method and Description |
---|---|
int |
getMode()
Returns the mode.
|
List<State<E>> |
getStates()
Returns the states.
|
E |
getType()
Returns the type.
|
public static final int LEFT
public static final int VOID
public static final int PRUNE
Copyright © 2017 Kevoree Project. All rights reserved.