Package | Description |
---|---|
datos | |
logic | |
utils |
Modifier and Type | Method and Description |
---|---|
Estructura |
EditorEstructurasDAO.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() |
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) |
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) |
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 |
---|---|
void |
ModeloEditorEstructuras.setEstructura(Estructura estructura)
Establece estructura.
|
Constructor and Description |
---|
ModeloEditorEstructuras(Presentacion presentacion,
Estructura estructura)
Inicializa un objeto de tipo modelo editor estructuras.
|