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