source: trunk/greenstone3-extensions/vishnu/src/cluster/Extractor.h@ 8189

Last change on this file since 8189 was 8189, checked in by kjdon, 20 years ago

first version of Imperial College's Visualiser code

  • Property svn:keywords set to Author Date Id Revision
File size: 432 bytes
Line 
1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class Extractor */
4
5#ifndef _Included_Extractor
6#define _Included_Extractor
7#ifdef __cplusplus
8extern "C" {
9#endif
10/*
11 * Class: Extractor
12 * Method: getKW
13 * Signature: (Ljava/lang/String;[I)Ljava/lang/String;
14 */
15JNIEXPORT jstring JNICALL Java_Extractor_getKW
16 (JNIEnv *, jobject, jstring, jintArray);
17
18#ifdef __cplusplus
19}
20#endif
21#endif
Note: See TracBrowser for help on using the repository browser.