psdi.app.recontask.engine

Class StatefulCombinationGenerator

  • java.lang.Object
    • psdi.app.recontask.engine.StatefulCombinationGenerator


  • public class StatefulCombinationGenerator
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int[] getNext() 
      void reset() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tempListForAttach

        protected java.util.List[] tempListForAttach
      • positionCounters

        protected int[] positionCounters
      • first

        protected boolean first
      • done

        protected boolean done
    • Constructor Detail

      • StatefulCombinationGenerator

        public StatefulCombinationGenerator(java.util.List[] tempListForAttach)
    • Method Detail

      • reset

        public void reset()
      • getNext

        public int[] getNext()