ConstraintPlacementAlgorithmpublic class DefaultPlacementAlgorithm extends java.lang.Object implements ConstraintPlacementAlgorithm
| Constructor | Description |
|---|---|
DefaultPlacementAlgorithm() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
init(RMContext rmContext) |
Initialize the Algorithm.
|
void |
place(ConstraintPlacementAlgorithmInput input,
ConstraintPlacementAlgorithmOutputCollector collector) |
The Algorithm is expected to compute the placement of the provided
ConstraintPlacementAlgorithmInput and use the collector to aggregate
any output.
|
public void init(RMContext rmContext)
ConstraintPlacementAlgorithminit in interface ConstraintPlacementAlgorithmrmContext - RMContext.public void place(ConstraintPlacementAlgorithmInput input, ConstraintPlacementAlgorithmOutputCollector collector)
ConstraintPlacementAlgorithmplace in interface ConstraintPlacementAlgorithminput - Input to the Algorithm.collector - Collector for output of algorithm.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.