This section describes the basic structure of a stand-alone application using the API. See the source referenced in Java API Example. Typically, your application takes the following actions:
EDKEngine
object.EDKSession
object and associate it with the engine.for each
loop to obtain an EDKMatch
object for each match in a session.
|