public interface Observer
UpdateManager
.Modifier and Type | Method and Description |
---|---|
void |
updateCostFunctions(java.util.Map<CostFunctionValue,java.lang.Double> currentCostValues)
hand over the current cost values to visualize
|
void |
updateLambdaMatrix(Matrix lambdaMatrix)
hand over the new lambda matrix to visualize
|
void |
updatePrototypes(java.util.List<Prototype> prototypes)
hand over the new prototypes to visualize
|
void updateCostFunctions(java.util.Map<CostFunctionValue,java.lang.Double> currentCostValues)
currentCostValues
- void updateLambdaMatrix(Matrix lambdaMatrix)
lambdaMatrix
- void updatePrototypes(java.util.List<Prototype> prototypes)
prototypes
-