| 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,
java.lang.Integer maximum)
Cria o gatilho.
|
ChangeMinimumForIntegersTrigger(IntegerParameter parameter,
Condition condition,
java.lang.Integer minimum)
Cria o gatilho.
|
| Modifier and Type | Method and Description |
|---|---|
protected IntegerParameter |
IntegerParameterFactory.createIntegerParameter(XmlParser parser,
java.lang.String name,
java.lang.String label,
java.lang.String description,
boolean isOptional,
boolean isVisible,
java.lang.String commandLinePattern,
java.lang.Integer maximum,
java.lang.Integer minimum)
Cria uma instância do parâmetro de tipo
|
Copyright © 2015. All Rights Reserved.