Class AbstractSolution<S extends Score>

    • Field Detail

      • score

        protected S extends Score score
        Deprecated.
    • Constructor Detail

      • AbstractSolution

        public AbstractSolution()
        Deprecated.
    • Method Detail

      • getScore

        public S getScore()
        Deprecated.
      • setScore

        public void setScore​(S score)
        Deprecated.
      • getProblemFactList

        protected List<Object> getProblemFactList()
        Deprecated.
        Returns:
        a list with every problem fact that is in a field of this class (directly or indirectly as an element of a Collection or Map field)