|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdata.petrinets.XGMMLGenerator
public class XGMMLGenerator
Converts a Petri net file to a Cytoscape-compatible XGMML file.
XGMMLWriter
,
PetriNetCreator
Method Summary | |
---|---|
static void |
convertToXGMML(File petrinetInfile,
File XGMMLOutfile)
Converts the given Petri net file to the XGMML format. |
static void |
convertToXGMML(InputStream petrinetIn,
OutputStream XGMMLOut)
Converts a Petri net coming from an input stream to the XGMML format written to an output stream. |
static void |
convertToXGMML(String petrinetInfile,
String XGMMLOutfile)
Converts the given Petri net file to the XGMML format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void convertToXGMML(String petrinetInfile, String XGMMLOutfile) throws IOException
petrinetInfile
- input file containing the Petri netXGMMLOutfile
- output file for the XGMML data
IOException
- if an input/output error occuredpublic static void convertToXGMML(File petrinetInfile, File XGMMLOutfile) throws IOException
petrinetInfile
- input file containing the Petri netXGMMLOutfile
- output file for the XGMML data
IOException
- if an input/output error occuredpublic static void convertToXGMML(InputStream petrinetIn, OutputStream XGMMLOut)
petrinetIn
- input stream containing the Petri netXGMMLOut
- output stream for the XGMML data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |