Interface ConstraintPlacementAlgorithmOutputCollector


public interface ConstraintPlacementAlgorithmOutputCollector
The ConstraintPlacementAlgorithm uses the ConstraintPlacementAlgorithmOutputCollector to collect any output it spits out.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Collect an ConstraintPlacementAlgorithm output.
  • Method Details

    • collect

      void collect(ConstraintPlacementAlgorithmOutput algorithmOutput)
      Collect an ConstraintPlacementAlgorithm output.
      Parameters:
      algorithmOutput - ConstraintPlacementAlgorithm Output.