java.lang.Object
fr.univartois.cril.jkahypar.kahypar.NativeKahypar

public final class NativeKahypar extends Object
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 Details

    • kahyparContextNew

      public static NativeKahyparContext kahyparContextNew()
      Creates a new NativeKahyparContext.
      Returns:
      The created native context.