<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>PNTools: a Multi-Language Environment to Integrate Petri Nets Tools</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Allaoua Chaoui</string-name>
          <email>a_chaoui2001@yahoo.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ismail Hadjadj</string-name>
          <email>log.ismail@yahoo.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, Mohamed KHIDER University- Biskra Algeria</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer Science</institution>
          ,
          <addr-line>University Mentouri Constantine</addr-line>
          <country country="DZ">Algeria</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The power of Petri nets resides on the availability of several tools for analysis and verification of properties of systems. Users have to combine the functionality of tools in different applications to take their advantages and overcome their disadvantages in order to solve complex problems that can't be solved using a single tool. This combination is difficult, because each tool has its own Petri net representation format. Most of those tools use an English interface, which penalizes its use by not Anglo-Saxon users. To eliminate these drawbacks, we propose a new multi-languages environment based on a standard file format (PNML file format), that integrates INA and PEP tools.</p>
      </abstract>
      <kwd-group>
        <kwd>Petri Nets</kwd>
        <kwd>PNML</kwd>
        <kwd>INA</kwd>
        <kwd>PEP</kwd>
        <kwd>Integration</kwd>
        <kwd>Tools</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>Petri nets are a powerful graphical and mathematical tool for modeling, analyzing and verifying
systems.</p>
      <p>
        The use of computer-aided tools is a necessity for practical applications of Petri nets. Most Petri nets
research groups have their own software packages and tools to assist the drawing, analysis, and/or
simulation of various applications [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. It is known that most of those tools use English interface. So,
many obstacles face the users uninitiated in English. The solution of translating the tools becomes very
expensive. To reduce the cost, we create a multi-languages environment based on French and English
and simply extensible to many other languages; such as, Spanish, German and Italian…etc.
      </p>
      <p>
        The variety of tools implies the persistence of various files formats. Users that want to combine
different tools can't use the same file to analyze the net in different tools, because each tool had its own
file format. The best way to solve this problem is the use of an interchange format that can be read by
each of the used tools [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. In the same context, an XML-based file format has been proposed in the
International Conference on Application and Theory of Petri nets in 2000; it is the PNML [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <sec id="sec-1-1">
        <title>Contribution</title>
      </sec>
      <sec id="sec-1-2">
        <title>1.2 Paper organization</title>
        <p>The remainder of this paper is organized as follows. In the second section, we review some previous
related works. In section 3, we present the idea, design and implementation of our proposed PNTools.
In section 4, we demonstrate our tool through a case study. Finally, section 5 concludes the paper and
gives some perspectives of this research work.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2 Related Works</title>
      <p>
        2.1 PNK
PNK or Petri net kernel [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] uses an English interface, developed originally under Python
language (rebuild later under Java). PNK is not a Petri net tool in itself, but it's an environment which
was developed to build applications for analyzing, modifying, simulating, or verifying Petri nets. The
application functions which make up a PNK application use the interface of the Petri Net Kernel. In
general, a PNK user only needs to implement some application functions and to put them together to an
application [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        The PNK can be used with any Petri nets type [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Because it is implemented to support PNML file
format, both INA and LoLA [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] tools was integrated in PNK.
      </p>
      <p>Users can create their own tools and integrate them in the PNK.</p>
      <sec id="sec-2-1">
        <title>2.2 EZPetri</title>
        <p>
          EZPetri [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ][
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] is an PNML-based environment developed under Eclipse platform and uses an English
interfaces.
        </p>
        <p>Figure 1 presents EZPetri architecture.</p>
        <p>We saw that EZPetri consists of five plug-ins: the editor to edit nets, the compiler to interchange
files formats, INA Analyzer to integrate INA tool, Real time to allow using timed Petri nets analysis
and PCFA for power consumption analysis framework.</p>
        <p>The integration of PEP in EZPetri confine in the import/export of net file format, but the PEP
analyzing procedures are not integrated yet.</p>
        <p>
          We propose in the following our contribution to reduce the gap between members of Petri nets
community which uses different Petri net types, tools and file formats [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. PNTools uses a
multilanguages interface. This increases the propagation of PNTools around the world, since it makes the
use of the environment easier for a large range of users. Like the other tools, PNTools comes with
English language as a default language; and French, Portuguese, Spanish are plugged-in.
        </p>
        <p>
          As it is an integrate Petri nets tools environment, PNTools can also be used to create new tools
because it is developed on an oriented object programming language Java [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] which responds to
the needs of reusability and portability.
        </p>
        <p>
          To guarantee the extensibility and the flexibility of the PNTools, we implemented it on Eclipse [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ]
[
          <xref ref-type="bibr" rid="ref23">23</xref>
          ] platform. So, we can integrate other tools and languages as needed.
        </p>
        <p>PNTools is not restricted to a single Petri net type. It can use a variety of Petri nets types, since it is
based on PNML file format. The following figure shows the proposed PNTools architecture.</p>
      </sec>
      <sec id="sec-2-2">
        <title>3.1 PNTools interface</title>
        <p>The strategy of edition in the PNTools environment is a simple task.</p>
        <p>In PNTools, we reduce the number of areas and bars, to simplify the use of the interface. The
design of PNTools divide the interface into five modules: a menu bar, a standard buttons panel, a
workspace area, a net navigation panel and a log/execution bar (See figure 3).</p>
        <p>3</p>
        <p>The menu bar contains some essential functions such as create new project, save it … etc. The
standard buttons panel holds shortcuts to the most used menu bar functions.</p>
        <p>Like a game, drawing nets; becomes very easy; it isn't an obligation to name places and transitions, a
name is automatically attributed when an element is created. The grid in the workspace area helps users
to arrange and align the net places and transitions. We can export the drawn net into a .JPG image file
format.</p>
        <p>The bar in the left of the windows (figure 6) is the net navigation panel; which contains the elements
tree. It allows directly, selecting components and applying the pop up menu functions.</p>
        <p>Finally, the log/execution bar (Like it is shown bellow) is loaded to show the project session history.</p>
      </sec>
      <sec id="sec-2-3">
        <title>3.2 Languages settings</title>
        <p>To use the multi-language interface, a window of configuration is displayed when clicking the
settings button in the standard buttons panel or from file/settings menu bar element.</p>
        <p>The displayed window is shown in the following figure.</p>
        <p>Once displayed, we can choose the preferred language from a list. In fact, injecting a new language
is not hard to do. It is only required to bring the translation file of the desired language into the
installation directory.</p>
        <p>In this window, we can specify the preferred net component options. We can also scale icons
outlook for best view switching between three choices: Big, Medium and Small.
3.3</p>
      </sec>
      <sec id="sec-2-4">
        <title>Compiler</title>
        <p>
          The Petri Net Markup Language (PNML) is a Petri nets XML-based interchange format. In order to
support different versions of Petri nets [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ], PNTools uses this file format to swap inner files formats of
INA and PEP.
        </p>
        <p>
          Switching between file formats is available by:
• Exploiting one of the two formats .ll_net (See [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]) and .pnt (See [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]) in order to generate
the final PNML file, or;
• Compiling the designed net (two tasks): firstly, PNTools verifies its integrity; after that,
exports it as PNML file format, and;
• Translating the generated PNML file to each file format .ll_net or .pnt.
        </p>
        <p>PNML
.ll_net</p>
        <p>.pnt</p>
        <p>
          To produce the PNML file, we use the JDOM [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] library which is a standard interface for
accessing and manipulating XML objects and their inter-relations exploiting XML functionalities.
        </p>
      </sec>
      <sec id="sec-2-5">
        <title>3.4 Integrations</title>
      </sec>
      <sec id="sec-2-6">
        <title>3.4.1 INA Integration</title>
        <p>
          INA (Integrated Net Analyser) [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] tool was developed by Prof. Dr. Peter H. Starke in 1992. It is a tool
shell that allow the interaction with user using a command line. It uses the English as interface
inputs/outputs.
        </p>
        <p>
          INA is an interactive menu-driven program that allows a user to edit (in a textual form), reduce,
execute and analyze Petri nets models [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] (see figure 10).
        </p>
        <p>When we execute INA, the OPTIONS.ina file will be considered if it exists in the program
directory. The COMMAND.ina file, in other hand, will be executed only if the answer of the question:"
Same procedure as last time?" is &lt;Y&gt;. In this case, the stored commands of the last session are
re-executed until &lt;H&gt; (for halt) is hold, or if all commands have been executed.</p>
        <p>If there is no COMMAND.ina file, or the question above has been answered with &lt;N&gt;, the main
menu appears on the screen and the selected options are displayed:</p>
        <p>The interaction between INA and PNTools is done by passing files as parameter. So, we took a long
time to realized it because of the enclosed and encapsulated INA behavior, which hides the analysis
process to users. In fact, INA is run in the background and detecting task of the generated files location
is not so obvious.</p>
        <p>To analyze the net, PNTools proceeds as follows:
• Create a file COMMAND.ina containing all chosen commands to run on the net,
• Lunch INA for the wanted analysis,
• Show the analysis results after exploiting the SESSION.ina file generated by INA.</p>
        <p>Fig.12. INA Integration.</p>
      </sec>
      <sec id="sec-2-7">
        <title>3.4.2 PEP Integration</title>
        <p>
          The PEP tool (Programming Environment based on Petri Nets) [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ] can be considered to be one of
the most widely distributed Petri net based tools [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]. It supports the most important tasks of a good net
tool, including HL and LL net editing and comfortable simulation facilities [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ].
        </p>
        <p>PEP has been implemented on Solaris 2.4, SunOS 4.1.3 and Linux. Executing PEP under Windows
consumes a lot of time and effort; non specialist users can't execute this important tool on Windows.
Because PNTools is developed under windows and our environment takes benefit from the portability
of Eclipse platform, it can be executed on windows. For these reasons, we have chosen to integrate</p>
      </sec>
      <sec id="sec-2-8">
        <title>PEP in PNTools.</title>
        <p>
          The PEP system bin directory contains subprograms; each one has a well determined task. Those
subprograms can be executed as command lines under Windows. Therefore, the shell library [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] was
imposed.
        </p>
        <p>Forced by the PEP nature, we have proceeded differently; the interaction is done in two directions
and PNTools analyzes the net as follows:</p>
        <p>• From PNTools to PEP, we used an explicit parameter passing by variables. PEP Subprograms are
launched sequentially and use the name of the file containing the net representation to be analyzed as
attribute. Each subprogram creates a result file named SDTout.</p>
        <p>• In the opposite direction, the procedure is done through an exchange of files. Here PNTools gets
results from SDTout file and displays the analysis results.</p>
        <p>Fig.14: PEP Integration.
4</p>
        <p>Case study</p>
      </sec>
      <sec id="sec-2-9">
        <title>4.1 Petri net description [20]</title>
        <p>• s1: ready to accept coin
• s2: coin inserted
• t1: insert coin
• t2: accept coin
• t3: reject coin
In this example, the Petri net consists of two places (s1 and s2) and three transitions (t1, t2, and t3). The
place s1 has one token. In modeling any general system, the places and transitions would be given
some meaningful interpretation. For example, we have given the following interpretations to this net:
According to this interpretation, the net below captures the behavior of a simple vending machine.
After drawing a net, analyzing it in INA; comes to run INA/Analyze from menu bar. A window
appears and looks like as shown in figure 16 (a).</p>
        <p>We can select the properties to be analyzed by choosing analyze button. Then the results are
obtained as presented in figure 16 (b).</p>
      </sec>
      <sec id="sec-2-10">
        <title>4.3 PEP analysis</title>
        <p>After drawing a net, analyzing it in PEP; comes to run PEP/Analyze from menu bar. A window appears
and looks like as shown in figure 17 (a).</p>
        <p>We can select properties to be analyzed by choosing “analyze button”. Then the results are obtained
as presented in figure 17 (b) (French interface).</p>
        <p>(a)</p>
        <p>(b)
This paper proposed a new multi-language environment to integrate Petri net tools. PNTOOLS is a
contribution in the world of Petri net tools. We can say that PNTOOLS isn't only an environment to
integrate existed tools, but it can also be a base to generate other new tools.</p>
        <p>PNTOOLS recovers the problem of language interface and come with multi-language interface. The
interface is detailed in this paper. In PNTOOLS, we have successfully integrated two of the famous
Petri nets tools: INA and PEP. We believe that this integration open a new horizon in the Petri nets
integration. In a future work, we plan to integrate other Petri nets tools and generate new tools.
6</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1
          <string-name>
            <given-names>Tadao</given-names>
            <surname>Murata</surname>
          </string-name>
          , “
          <article-title>Petri Nets: Properties, Analysis and Applications”</article-title>
          ,
          <source>Proceedings of the IEEE</source>
          , VOL.
          <volume>77</volume>
          , NO. 4,
          <string-name>
            <surname>April</surname>
          </string-name>
          <year>1989</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2
          <string-name>
            <given-names>Matthias</given-names>
            <surname>Jungel</surname>
          </string-name>
          , Ekkart Kindler, and Michael Weber, “
          <article-title>Towards a Generic Interchange Format for Petri Nets - Position Paper-”, XML/SGML based Interchange Formats for Petri Nets</article-title>
          , Aarhus, Denmark,
          <year>June 2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3
          <string-name>
            <given-names>Adilson</given-names>
            <surname>Arcoverde</surname>
          </string-name>
          <string-name>
            <surname>Jr.</surname>
          </string-name>
          , Gabriel Alve Jr., and Ricardo Lima, “
          <article-title>Petri Nets tools integration through Eclipse”</article-title>
          , University of Pernambuco, Department de Computer Systems,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4
          <string-name>
            <given-names>Ekkart</given-names>
            <surname>Kindler</surname>
          </string-name>
          and
          <string-name>
            <given-names>Michael</given-names>
            <surname>Weber</surname>
          </string-name>
          , “
          <article-title>The Petri Net Kernel: An Infrastructure for Building Petri Net Tools”</article-title>
          , Humbolt Universitat zu Berlin - Institut fur Informatik,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5
          <string-name>
            <given-names>Ekkart</given-names>
            <surname>Kindler</surname>
          </string-name>
          and
          <string-name>
            <given-names>Michael</given-names>
            <surname>Weber</surname>
          </string-name>
          , “
          <article-title>The Petri Net Kernel: Documentation of the Application Interface”</article-title>
          , Humbolt Universitat zu Berlin - Institut fur Informatik,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6
          <string-name>
            <given-names>Ekkart</given-names>
            <surname>Kindler</surname>
          </string-name>
          and
          <string-name>
            <given-names>Michael</given-names>
            <surname>Weber</surname>
          </string-name>
          , “
          <article-title>The Petri Net Kernel”</article-title>
          , In: K. H. Mortensen, (ed.): Tool Demonstrations, Århus,
          <string-name>
            <surname>Denmark,</surname>
          </string-name>
          <source>and 21st ICATPN. Jun</source>
          .
          <year>2000</year>
          , (pp.
          <fpage>71</fpage>
          -
          <lpage>75</lpage>
          );
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7
          <string-name>
            <given-names>Ekkart</given-names>
            <surname>Kindler</surname>
          </string-name>
          and
          <string-name>
            <given-names>Michael</given-names>
            <surname>Weber</surname>
          </string-name>
          , “
          <article-title>The Petri Net Kernel: An INA-Pilot”</article-title>
          , Humbolt Universitat zu Berlin - Institut fur Informati,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8
          <string-name>
            <given-names>Adilson</given-names>
            <surname>Arcoverde</surname>
          </string-name>
          , Jr., Gabriel Alves Jr.,
          <string-name>
            <surname>Ricardo</surname>
            <given-names>Lima</given-names>
          </string-name>
          , Paulo Maciel, Meuse Oliveira Jr, and Raimundo Barreto, “
          <article-title>EZPetri: A Petri net interchange framework for Eclipse based on PNML”</article-title>
          ,
          <string-name>
            <surname>Centro de Informatica Universidade Federal de Pernambuco Recife</surname>
            ,
            <given-names>PE</given-names>
          </string-name>
          , Brazil,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9
          <string-name>
            <given-names>Jonathan</given-names>
            <surname>Billington</surname>
          </string-name>
          and al, ”
          <source>The Petri Net Markup Language: Concepts</source>
          ,
          <string-name>
            <surname>Technology</surname>
          </string-name>
          , and Tools”. Humbolt Universitat zu Berlin - Computer Science Department,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10
          <string-name>
            <given-names>Bernd</given-names>
            <surname>Grahlmann</surname>
          </string-name>
          , ”
          <article-title>Petri Net File Formats”</article-title>
          . Universit at Hildesheim, Institut fur Informatik.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11
          <string-name>
            <given-names>P.</given-names>
            <surname>Starke</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Roch. ”INA - Integrated Net</surname>
          </string-name>
          Analyzer - Version 2.2”. Humbolt University of Berlin - Informatics
          <string-name>
            <surname>Institute</surname>
          </string-name>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12
          <string-name>
            <given-names>Elliotte</given-names>
            <surname>Rusty</surname>
          </string-name>
          <string-name>
            <surname>Harold</surname>
          </string-name>
          , ”
          <article-title>Processing XML with Java”</article-title>
          . http//:www.cafeconleche.org/books/xmljava.htm,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13 IGN / ENSG / CPRI, ”
          <article-title>Programmer en Java”</article-title>
          . IGN / ENSG / CPRI, France,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14
          <string-name>
            <given-names>Raida</given-names>
            <surname>El</surname>
          </string-name>
          <string-name>
            <surname>Mansouri</surname>
          </string-name>
          , Elhillali Kerkouche, and Allaoua Chaoui, ”
          <article-title>A Graphical Environment for Petri Nets INA Tool Based on Meta-Modelling and GraphGrammars”</article-title>
          .
          <source>Proceedings of world academy of science, engineering and technology</source>
          , VOLUME
          <volume>34</volume>
          ,
          <string-name>
            <surname>OCTOBER</surname>
          </string-name>
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15
          <string-name>
            <given-names>Bruce</given-names>
            <surname>Eckel</surname>
          </string-name>
          , ”
          <article-title>Penser en Java”</article-title>
          .
          <source>www.developpez.com</source>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16
          <string-name>
            <given-names>Eike</given-names>
            <surname>Best</surname>
          </string-name>
          ,
          <source>”PEP Documentation and User Guide Version</source>
          <volume>1</volume>
          .8”. University of Oldenburg,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17
          <string-name>
            <given-names>Bernd</given-names>
            <surname>Grahlmann</surname>
          </string-name>
          ,” The State of PEP”. University of Oldenburg,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18
          <string-name>
            <given-names>B.</given-names>
            <surname>Best</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Grahlmann</surname>
          </string-name>
          . “
          <article-title>Pep - more than a Petri net tool”</article-title>
          .
          <source>In LCNS</source>
          , volume
          <volume>1055</volume>
          , pringer-Verlag,
          <year>1996</year>
          pages
          <fpage>397</fpage>
          -
          <lpage>401</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19 http://adiguba.developpez.com/librairies/shell/javadoc/,
          <year>2004</year>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20
          <string-name>
            <given-names>Vijay</given-names>
            <surname>Gehlot</surname>
          </string-name>
          , and
          <string-name>
            <surname>Elliot</surname>
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Sloane</surname>
          </string-name>
          . “
          <article-title>Application of the Petri Net to Simulate and Validate Complex, MultiVendor, Heterogeneous Networks of Wireless Medical Device Systems”</article-title>
          .
          <source>Proceedings of the Tenth Americas Conference on Information Systems</source>
          , New York, New York,
          <year>August 2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21
          <string-name>
            <given-names>Karsten</given-names>
            <surname>Schmidt</surname>
          </string-name>
          ,
          <article-title>" LoLA : a Low Level Petri net Analyzer"</article-title>
          , Humbolt Universitat zu Berlin - Institut fur Informatik, September,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22 J. des Rivières and
          <string-name>
            <given-names>J.</given-names>
            <surname>Wiegand</surname>
          </string-name>
          ,
          <article-title>" Eclipse: A platform for integrating development tools"</article-title>
          ,
          <source>IBM SYSTEMS JOURNAL</source>
          , VOL
          <volume>43</volume>
          , NO 2,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23
          <string-name>
            <given-names>Zhihui</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Wayne</given-names>
            <surname>Zage</surname>
          </string-name>
          , and
          <article-title>Dolores Zage," The Eclipse Platform for Tool Integration and Development "</article-title>
          , Ball State University, CS Department, Muncie, IN
          <volume>47306</volume>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>