Interface ConstraintPlacementAlgorithmOutputCollector
public interface ConstraintPlacementAlgorithmOutputCollector
The ConstraintPlacementAlgorithm uses the
ConstraintPlacementAlgorithmOutputCollector to collect any output it
spits out.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcollect(ConstraintPlacementAlgorithmOutput algorithmOutput) Collect an ConstraintPlacementAlgorithm output.
-
Method Details
-
collect
Collect an ConstraintPlacementAlgorithm output.- Parameters:
algorithmOutput- ConstraintPlacementAlgorithm Output.
-