DefaultPlacementAlgorithmpublic interface ConstraintPlacementAlgorithm
| Modifier and Type | Method | Description |
|---|---|---|
void |
init(RMContext rmContext) |
Initialize the Algorithm.
|
void |
place(ConstraintPlacementAlgorithmInput algorithmInput,
ConstraintPlacementAlgorithmOutputCollector collector) |
The Algorithm is expected to compute the placement of the provided
ConstraintPlacementAlgorithmInput and use the collector to aggregate
any output.
|
void init(RMContext rmContext)
rmContext - RMContext.void place(ConstraintPlacementAlgorithmInput algorithmInput, ConstraintPlacementAlgorithmOutputCollector collector)
algorithmInput - Input to the Algorithm.collector - Collector for output of algorithm.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.