class Automata
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private
java.util.ArrayList<Estado>
|
estados
|
| Constructor and Description |
|---|
Automata(org.w3c.dom.Document document)
|
| Modifier and Type | Method and Description |
|---|---|
(package private)
java.util.ArrayList<Estado>
|
getEstados()
|
private void |
setEstados(java.util.ArrayList<Estado> estados)
|