public Classification_type classify(Weighted_alpha_shape_2_Face_handle c1, int c2, double c3) {
   return Classification_type.swigToEnum(
       CGAL_Alpha_shape_2JNI.Weighted_alpha_shape_2_classify__SWIG_8(
           swigCPtr, this, Weighted_alpha_shape_2_Face_handle.getCPtr(c1), c1, c2, c3));
 }
 public Classification_type classify(Weighted_alpha_shape_2_Vertex_handle c1, double c2) {
   return Classification_type.swigToEnum(
       CGAL_Alpha_shape_2JNI.Weighted_alpha_shape_2_classify__SWIG_9(
           swigCPtr, this, Weighted_alpha_shape_2_Vertex_handle.getCPtr(c1), c1, c2));
 }
 public Classification_type classify(Weighted_alpha_shape_2_Edge c) {
   return Classification_type.swigToEnum(
       CGAL_Alpha_shape_2JNI.Weighted_alpha_shape_2_classify__SWIG_2(
           swigCPtr, this, Weighted_alpha_shape_2_Edge.getCPtr(c), c));
 }