Index
Realtime

inheritance tree

 ScoreSearcherWithTimeout

class definition

ScoreSearcherWithTimeout provides a 'meta-search object' with a timeout, specialised in searching for Strasheela score objects. Create a search object with the method init, and obtain new solutions with the method next. The next method supports a number of arguments. For example, input data (including real-time input) can be handed over and previous output is accessible. See ../testing/Realtime-test.oz for simple examples.

class ScoreSearcherWithTimeout (Inheritance-free)
   feat extendedScript initArgs inputLength outputLength
   attr inputScores outputScores
end