java.lang.Object
fr.univartois.cril.jkahypar.kahypar.NativeKahypar
The NativeKahypar class provides a user-friendly and Java-ish way of
interacting with the KaHyPar native library.
Basically, this class is designed to hide the names of the functions defined
in this library, since they do not follow Java's naming conventions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic NativeKahyparContextCreates a new NativeKahyparContext.
-
Method Details
-
kahyparContextNew
Creates a new NativeKahyparContext.- Returns:
- The created native context.
-