public class Estado
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private
java.util.ArrayList<Enlace>
|
enlaces
|
private int |
q
|
Constructor and Description |
---|
Estado(int q)
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
createLink(char si,
Estado qj,
char sj,
char move)
|
(package private)
java.util.ArrayList<Enlace>
|
getEnlaces()
|
(package private) int |
getQ()
|
java.lang.String |
toString()
|
private final int q
private final java.util.ArrayList<Enlace> enlaces