========================================
ImplicitServer Sample
========================================

This sample shows how to accomplish a simple ad-hoc binding between existing
adapters and a specified query template. The user does not need to deal with a
CEP server object here. Instead, an in-process server will be instantiated
implicitly. The user only needs to specify adapters and the query logic, and
does not need to create an explicit binding.

The sample uses edge interval data as input, read through the text file input
adapter. The input represents value time series from different data sources,
which are identified by a source ID. The query computes the single top value
at each point in time across all sources. On the output side, the text file
output adapter is used, with an empty string as filename, so that the result
events are displayed in the console window.
