Modifier and Type | Field and Description |
---|---|
private
Estado |
Enlace.qj
|
Modifier and Type | Field and Description |
---|---|
private
java.util.ArrayList<Estado>
|
Automata.estados
|
Modifier and Type | Method and Description |
---|---|
Estado
|
Enlace.getQj()
|
Modifier and Type | Method and Description |
---|---|
(package private)
java.util.ArrayList<Estado>
|
Automata.getEstados()
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
Estado.createLink(char si,
Estado qj,
char sj,
char move)
|
private void |
Enlace.setQj(Estado qj)
|
Modifier and Type | Method and Description |
---|---|
private void |
Automata.setEstados(java.util.ArrayList<Estado> estados)
|
Constructor and Description |
---|
Enlace(char si,
Estado qj,
char sj,
char move)
|