root/PSi/toolSpecifications/net2pnmlApp.xml @ 2e0a7cb1
2e0a7cb1 | Sylvain L. Sauvage | <?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>
|