[up]

NTT's C API

The API (application program interface) for NTT allows the embedded use of NTT in a host program. To this end it provides the possibility to submit queries within a C/C++ program simply by giving the query as a string. The result is delivered as an instance of the ADT NttVagueObjSet. It contains the result objects and some meta information (like e.g. applied virtual attributes or links) which can be examined with the corresponding interface methods.
NTT is based on the underlying repository system H-PCTE.

Here is the NTT header file!

For an example how to use our API you can look into UseNtt.c
- a simple demo file which can easily be compiled (cf. README)
using our makefile template.

Of course all these files belong to our download package.