Projet

Général

Profil

Télécharger (876 octets) Statistiques
| Branche: | Tag: | Révision:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE toolSpecification SYSTEM "toolSpecification.dtd">
<toolSpecification>
<!-- Nettypes -->
<nettype id="n1" typeSpecification="file:netTypeSpecifications/EPCNet.xml"/>
<!-- Applications -->
<application id="a1" mainClass="de.huberlin.informatik.pnk.editor.Editor" maxinstances="inf">
<allowedNettypes>
<ntref ref="n1"/>
</allowedNettypes>
</application>
<!-- Input / Output -->
<format id="pnmlcsv" ioClass="fr.unicaen.iota.simulator.app.CSVInOut">
<allowedNettypes>
<ntref ref="n1"/>
</allowedNettypes>
</format>
<format id="net" ioClass="de.huberlin.informatik.pnk.appControl.NetInOut">
<allowedNettypes>
<ntref ref="n1"/>
</allowedNettypes>
</format>
<!-- default settings -->
<standardNettype ref="n1"/>
<standardApplication ref="a1"/>
<standardFormat ref="pnmlcsv"/>
</toolSpecification>
(1-1/3)