00001 /* PPL Java interface: Pointset_Powerset_Octagonal_Shape_double_Iterator definition. 00002 Copyright (C) 2001-2010 Roberto Bagnara <bagnara@cs.unipr.it> 00003 Copyright (C) 2010-2011 BUGSENG srl (http://bugseng.com) 00004 00005 This file is part of the Parma Polyhedra Library (PPL). 00006 00007 The PPL is free software; you can redistribute it and/or modify it 00008 under the terms of the GNU General Public License as published by the 00009 Free Software Foundation; either version 3 of the License, or (at your 00010 option) any later version. 00011 00012 The PPL is distributed in the hope that it will be useful, but WITHOUT 00013 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00014 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 00015 for more details. 00016 00017 You should have received a copy of the GNU General Public License 00018 along with this program; if not, write to the Free Software Foundation, 00019 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. 00020 00021 For the most up-to-date information see the Parma Polyhedra Library 00022 site: http://www.cs.unipr.it/ppl/ . */ 00023 00024 package parma_polyhedra_library; 00025 00030 public class Pointset_Powerset_Octagonal_Shape_double_Iterator extends PPL_Object { 00031 00032 private Pointset_Powerset_Octagonal_Shape_double_Iterator() {}; 00033 00034 private native void build_ppl_object(Pointset_Powerset_Octagonal_Shape_double obj); 00035 00036 public Pointset_Powerset_Octagonal_Shape_double_Iterator(Pointset_Powerset_Octagonal_Shape_double_Iterator y) { 00037 build_cpp_object(y); 00038 } 00039 00040 private native void 00041 build_cpp_object(Pointset_Powerset_Octagonal_Shape_double_Iterator y); 00042 00043 00044 00045 00046 public native boolean equals(Pointset_Powerset_Octagonal_Shape_double_Iterator itr); 00047 00048 00049 00050 00051 public native void next(); 00052 00053 public native void prev(); 00054 00055 00056 00057 00058 00059 public native Octagonal_Shape_double get_disjunct(); 00060 00061 00062 00063 00064 00065 00066 public native void free(); 00067 00068 protected native void finalize(); 00069 00070 00071 00072 00073 } 00074
1.6.3