Class WordGame.PrintListener<T extends Var>

java.lang.Object
org.jacop.search.SimpleSolutionListener<T>
org.jacop.examples.fd.WordGame.PrintListener<T>
All Implemented Interfaces:
SolutionListener<T>
Enclosing class:
WordGame

public static class WordGame.PrintListener<T extends Var> extends SimpleSolutionListener<T>
It is a simple print listener to print every tenth solution encountered.
  • Constructor Details

    • PrintListener

      public PrintListener()
  • Method Details