| Package | Description |
|---|---|
| csbase.logic.algorithms.parameters | |
| csbase.logic.algorithms.parsers |
| Modifier and Type | Method and Description |
|---|---|
void |
TableParameterListener.rowWasCreated(TableParameter parameter,
RowValue rowValue,
int rowIndex)
Indica que uma linha foi criada.
|
void |
TableParameterListener.rowWasRemoved(TableParameter parameter,
RowValue rowValue,
int rowIndex)
Indica que uma linha foi removida.
|
| Modifier and Type | Method and Description |
|---|---|
TableParameter |
AbstractTableParameterFactory.createSimpleParameter(XmlParser parser,
ParsedSimpleParameter definition,
ParameterGroup group,
SimpleAlgorithmConfigurator configurator)
Cria uma instância do parâmetro de tipo
<T>, a partir dos atributos
básicos do parâmetro. |
| Modifier and Type | Method and Description |
|---|---|
ParameterStructure<TableParameter> |
AbstractTableParameterFactory.getParameterStructure()
Obtém a estrutura do parâmetro.
|
Copyright © 2017. All rights reserved.