AI - abstract input symbol type.AO - abstract output symbol type.CI - concrete input symbol type.CO - concrete output symbol type.public static interface Mapper.AsynchronousMapper<AI,AO,CI,CO> extends Mapper<AI,AO,CI,CO>
Mapper.mapInput(Object) may be called multiple times before any call to
Mapper.mapOutput(Object) occurs.
Especially in the context of translating queries for mealy machines, which
support the concept of un-answered prefixes (combined with answered suffixes) this means, the number of Mapper.mapInput(Object) invocations may be larger than the size of the output word passed to the Mapper.mapOutput(Object) function.
Mapper.SynchronousMapperCopyright © 2018. All rights reserved.