The KlattSyn S_TOOLS-STx class provides an interface to the C++ implementation using the KlattSyn SPAtom.
See the KlattSynTB.sts toolbox file for an example.
Constructor
The KlattSyn class constructor initialised the instance to default values.
Usage:
KlattSyn
Parameters:
The constructor takes no parameters.
Result:
Always returns 0.
Examples:
#KLSYNinstance := cobj new KlattSyn
if '$#KLSYNinstance[?]' != 'instance' em '-1 ; Could not instantiate KlattSyn object'