Package | Description |
---|---|
negotiator.boaframework | |
negotiator.gui.boaframework | |
negotiator.gui.boaparties |
Modifier and Type | Method and Description |
---|---|
BOAparameter |
BOAparameter.withDescription(java.lang.String newDescr) |
BOAparameter |
BOAparameter.withHigh(java.lang.Double newHigh) |
BOAparameter |
BOAparameter.withLow(java.lang.Double newLow) |
BOAparameter |
BOAparameter.withStep(java.lang.Double step) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<BOAparameter> |
BOAcomponent.getOriginalParameters() |
java.util.Set<BOAparameter> |
BOA.getParameters() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<BOAparameter> |
BOATextField.getBOAparameters() |
java.util.Set<BOAparameter> |
ParameterFrame.getResult(java.util.ArrayList<BOAparameter> input) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<BOAparameter> |
ParameterFrame.getResult(java.util.ArrayList<BOAparameter> input) |
void |
BOATextField.setParams(java.util.Set<BOAparameter> boaParameters) |
Modifier and Type | Method and Description |
---|---|
void |
BoaParametersModel.setParameters(java.util.Set<BOAparameter> parameters2)
Replace all the parameters in the model with a new set.
|
Constructor and Description |
---|
BoaParametersModel(java.util.Set<BOAparameter> params) |