| 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 |
|---|---|
protected IntegerListParameter |
IntegerListParameterFactory.createIntegerParameter(XmlParser parser,
String name,
String label,
String description,
boolean isOptional,
boolean isVisible,
String commandLinePattern,
Integer maximum,
Integer minimum)
Cria uma instância do parâmetro de tipo
<T>, a partir dos atributos
básicos de um parâmetro numérico do tipo inteiro. |
Copyright © 2018. All rights reserved.