Interface SubListMimicRecorder<Solution_>

All Known Implementing Classes:
MimicRecordingSubListSelector

public interface SubListMimicRecorder<Solution_>
  • Method Details

    • addMimicReplayingSubListSelector

      void addMimicReplayingSubListSelector(MimicReplayingSubListSelector<Solution_> replayingSubListSelector)
    • getVariableDescriptor

      ListVariableDescriptor<Solution_> getVariableDescriptor()
    • isCountable

      boolean isCountable()
    • isNeverEnding

      boolean isNeverEnding()
    • getSize

      long getSize()
    • endingValueIterator

      Iterator<Object> endingValueIterator()
    • getValueCount

      long getValueCount()