Package | Description |
---|---|
datos | |
modelo | |
utils | |
utils.tablemodels |
Modifier and Type | Method and Description |
---|---|
Estructura |
EstructuraDAO.abrirEstructura(java.io.File selectedFile)
Abrir estructura contenida en el archivo XML.
|
Modifier and Type | Method and Description |
---|---|
Estructura |
Esquema.getEstructura()
Recupera estructura.
|
Estructura |
Componente.getEstructura()
Recupera estructura.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Estructura> |
Area.getEstructuras() |
Modifier and Type | Method and Description |
---|---|
void |
Esquema.setEstructura(Estructura estructura)
Establece estructura.
|
void |
Componente.setEstructura(Estructura estructura)
Establece estructura.
|
Modifier and Type | Method and Description |
---|---|
void |
Area.setEstructuras(java.util.ArrayList<Estructura> estructuras) |
Constructor and Description |
---|
Componente(java.lang.String nombre,
int anidamiento,
java.lang.Boolean derivada,
java.lang.Boolean opcional,
Estructura estructura,
ComponenteCompuesta parent)
Inicializa un objeto de tipo componente.
|
ComponenteCompuesta(java.lang.String nombre,
Estructura estructura,
ComponenteCompuesta parent)
Inicializa un objeto de tipo componente compuesta.
|
ComponenteElemental(java.lang.String nombre,
Estructura estructura,
ComponenteCompuesta parent)
Inicializa un objeto de tipo componente elemental.
|
Esquema(java.lang.String nombre,
Estructura estructura,
Presentacion presentacion)
Inicializa un objeto de tipo esquema.
|
Constructor and Description |
---|
Area(java.lang.String nombre,
java.util.ArrayList<Estructura> estructuras) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,Estructura> |
Diccionario.getEstructuras()
Recupera estructuras.
|
Modifier and Type | Method and Description |
---|---|
void |
Diccionario.setEstructuras(java.util.HashMap<java.lang.String,Estructura> estructuras)
Establece estructuras.
|
Modifier and Type | Method and Description |
---|---|
void |
ModeloEditorEstructuras.setEstructura(Estructura estructura)
Establece estructura.
|
Constructor and Description |
---|
ModeloEditorEstructuras(Presentacion presentacion,
Estructura estructura)
Inicializa un objeto de tipo modelo editor estructuras.
|