| Package | Description |
|---|---|
| csbase.logic.algorithms.parameters | |
| csbase.logic.algorithms.parameters.triggers | |
| csbase.logic.algorithms.parsers |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegerListParameterListener.maximumWasChanged(IntegerListParameter parameter)
Este método é chamando quando ocorre mudança no valor máximo aceito.
|
void |
IntegerListParameterListener.minimumWasChanged(IntegerListParameter parameter)
Este método é chamando quando ocorre mudança no valor mínimo aceito.
|
| Constructor and Description |
|---|
ChangeMaximumForIntegersTrigger(IntegerListParameter parameter,
Condition condition,
Integer maximum)
Cria o gatilho.
|
ChangeMinimumForIntegersTrigger(IntegerListParameter parameter,
Condition condition,
Integer minimum)
Cria o gatilho.
|
| Modifier and Type | Method and Description |
|---|---|
IntegerListParameter |
IntegerListParameterFactory.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<IntegerListParameter> |
IntegerListParameterFactory.getParameterStructure()
Obtém a estrutura do parâmetro.
|
Copyright © 2018. All rights reserved.