···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
66-(* CEA (Commissariat à l'Énergie Atomique) *)
55+(* Copyright (C) 2009-2010 *)
66+(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
99(* Lesser General Public License as published by the Free Software *)
···1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2121+(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2022(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2121-(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2223(* *)
2324(**************************************************************************)
2425···134135135136 class view_container global_view_fun tree_view_fun v g =
136137137137- let paned_window = GPack.paned `VERTICAL ~packing:(fun _ -> ()) ()
138138- and global_frame = GBin.frame ~label:"Global View" ()
139139- and tree_frame = GBin.frame ~label:"Tree View" ()
140140- in
138138+ let paned_window = GPack.paned `VERTICAL ~packing:(fun _ -> ()) () in
139139+ let global_frame = GBin.frame ~label:"Global View" () in
140140+ let tree_frame = GBin.frame ~label:"Tree View" () in
141141 let scrolled_global_view = GBin.scrolled_window
142142 ~hpolicy:`AUTOMATIC
143143 ~vpolicy:`AUTOMATIC
+25
dgraph/dGraphContainer.mli
···11+(**************************************************************************)
22+(* *)
33+(* This file is part of OcamlGraph. *)
44+(* *)
55+(* Copyright (C) 2009-2010 *)
66+(* CEA (Commissariat � l'�nergie Atomique) *)
77+(* *)
88+(* you can redistribute it and/or modify it under the terms of the GNU *)
99+(* Lesser General Public License as published by the Free Software *)
1010+(* Foundation, version 2.1, with a linking exception. *)
1111+(* *)
1212+(* It is distributed in the hope that it will be useful, *)
1313+(* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
1414+(* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *)
1515+(* GNU Lesser General Public License for more details. *)
1616+(* *)
1717+(* See the file ../LICENSE for more details. *)
1818+(* *)
1919+(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2121+(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2222+(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2323+(* *)
2424+(**************************************************************************)
2525+126open Graph
227328type cluster = string
+3-2
dgraph/dGraphMake.ml
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
55+(* Copyright (C) 2009-2010 *)
66(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
···1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2021(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2121-(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2222+(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2223(* *)
2324(**************************************************************************)
2425
+3-2
dgraph/dGraphModel.ml
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
55+(* Copyright (C) 2009-2010 *)
66(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
···1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2021(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2121-(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2222+(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2223(* *)
2324(**************************************************************************)
2425
+3-2
dgraph/dGraphModel.mli
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
55+(* Copyright (C) 2009-2010 *)
66(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
···1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2021(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2121-(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2222+(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2223(* *)
2324(**************************************************************************)
2425
+3-2
dgraph/dGraphRandModel.ml
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
55+(* Copyright (C) 2009-2010 *)
66(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
···1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2021(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2121-(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2222+(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2223(* *)
2324(**************************************************************************)
2425
+3-2
dgraph/dGraphRandModel.mli
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
55+(* Copyright (C) 2009-2010 *)
66(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
···1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2021(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2121-(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2222+(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2223(* *)
2324(**************************************************************************)
2425
+5-3
dgraph/dGraphSubTree.ml
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
66-(* CEA (Commissariat à l'Énergie Atomique) *)
55+(* Copyright (C) 2009-2010 *)
66+(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
99(* Lesser General Public License as published by the Free Software *)
···1616(* *)
1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919-(* Author: *)
1919+(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2121+(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2022(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2123(* *)
2224(**************************************************************************)
+5-3
dgraph/dGraphSubTree.mli
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
66-(* CEA (Commissariat à l'Énergie Atomique) *)
55+(* Copyright (C) 2009-2010 *)
66+(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
99(* Lesser General Public License as published by the Free Software *)
···1616(* *)
1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919-(* Author: *)
1919+(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2121+(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2022(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2123(* *)
2224(**************************************************************************)
+5-3
dgraph/dGraphTreeLayout.ml
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
66-(* CEA (Commissariat à l'Énergie Atomique) *)
55+(* Copyright (C) 2009-2010 *)
66+(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
99(* Lesser General Public License as published by the Free Software *)
···1616(* *)
1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919-(* Author: *)
1919+(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2121+(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2022(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2123(* *)
2224(**************************************************************************)
+5-3
dgraph/dGraphTreeLayout.mli
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
66-(* CEA (Commissariat à l'Énergie Atomique) *)
55+(* Copyright (C) 2009-2010 *)
66+(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
99(* Lesser General Public License as published by the Free Software *)
···1616(* *)
1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919-(* Author: *)
1919+(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2121+(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2022(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2123(* *)
2224(**************************************************************************)
+5-3
dgraph/dGraphTreeModel.ml
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
66-(* CEA (Commissariat à l'Énergie Atomique) *)
55+(* Copyright (C) 2009-2010 *)
66+(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
99(* Lesser General Public License as published by the Free Software *)
···1616(* *)
1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919-(* Author: *)
1919+(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2121+(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2022(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2123(* *)
2224(**************************************************************************)
+5-3
dgraph/dGraphTreeModel.mli
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
66-(* CEA (Commissariat à l'Énergie Atomique) *)
55+(* Copyright (C) 2009-2010 *)
66+(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
99(* Lesser General Public License as published by the Free Software *)
···1616(* *)
1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919-(* Author: *)
1919+(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2121+(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2022(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2123(* *)
2224(**************************************************************************)
+4-3
dgraph/dGraphView.ml
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
55+(* Copyright (C) 2009-2010 *)
66(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
···1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2021(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2121-(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2222+(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2223(* *)
2324(**************************************************************************)
2425···192193 self#iter_associated_vertex (fun v ->
193194 h v;
194195 self#iter_succ_e h v;
195195- self#iter_pred_e h v)
196196+ self#iter_pred_e h v)
196197 node
197198198199 method dehighlight node =
+3-2
dgraph/dGraphView.mli
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
55+(* Copyright (C) 2009-2010 *)
66(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
···1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2021(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2121-(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2222+(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2223(* *)
2324(**************************************************************************)
2425
+3-2
dgraph/dGraphViewItem.ml
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
55+(* Copyright (C) 2009-2010 *)
66(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
···1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2021(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2121-(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2222+(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2223(* *)
2324(**************************************************************************)
2425
+3-2
dgraph/dGraphViewItem.mli
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
55+(* Copyright (C) 2009-2010 *)
66(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
···1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2021(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2121-(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2222+(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2223(* *)
2324(**************************************************************************)
2425
+3-2
dgraph/dGraphViewer.ml
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
55+(* Copyright (C) 2009-2010 *)
66(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
···1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2021(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2121-(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2222+(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2223(* *)
2324(**************************************************************************)
2425
+3-2
dgraph/headers/CEA_LGPL
···1122This file is part of OcamlGraph.
3344-Copyright (C) 2009
44+Copyright (C) 2009-2010
55 CEA (Commissariat � l'�nergie Atomique)
6677you can redistribute it and/or modify it under the terms of the GNU
···1616See the file ../LICENSE for more details.
17171818Authors:
1919+ - Julien Signoles (Julien.Signoles@cea.fr)
1920 - Jean-Denis Koeck (jdkoeck@gmail.com)
2020- - Julien Signoles (Julien.Signoles@cea.fr)
2121+ - Benoit Bataille (benoit.bataille@gmail.com)
2122
+3-2
dgraph/xDot.ml
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
55+(* Copyright (C) 2009-2010 *)
66(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
···1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2021(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2121-(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2222+(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2223(* *)
2324(**************************************************************************)
2425
+3-2
dgraph/xDot.mli
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
55+(* Copyright (C) 2009-2010 *)
66(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
···1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2021(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2121-(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2222+(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2223(* *)
2324(**************************************************************************)
2425
+3-2
dgraph/xDotDraw.ml
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
55+(* Copyright (C) 2009-2010 *)
66(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
···1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2021(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2121-(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2222+(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2223(* *)
2324(**************************************************************************)
2425
+3-2
dgraph/xDotDraw.mli
···22(* *)
33(* This file is part of OcamlGraph. *)
44(* *)
55-(* Copyright (C) 2009 *)
55+(* Copyright (C) 2009-2010 *)
66(* CEA (Commissariat � l'�nergie Atomique) *)
77(* *)
88(* you can redistribute it and/or modify it under the terms of the GNU *)
···1717(* See the file ../LICENSE for more details. *)
1818(* *)
1919(* Authors: *)
2020+(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2021(* - Jean-Denis Koeck (jdkoeck@gmail.com) *)
2121-(* - Julien Signoles (Julien.Signoles@cea.fr) *)
2222+(* - Benoit Bataille (benoit.bataille@gmail.com) *)
2223(* *)
2324(**************************************************************************)
2425