|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.models.protos.algorithms.ProtosXMLExportReader
public class ProtosXMLExportReader
Title: Protos XML export reader
Description: Reads a Protos XML export and costructs a Protos model from it. Tested with Prots 7.0
Copyright: Copyright (c) 2004
Company:
Method Summary | |
---|---|
static ProtosModel |
read(java.io.InputStream input)
Construct a Protos model out of a Protos XML Export stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ProtosModel read(java.io.InputStream input) throws java.lang.Exception
input
- InputStream The Protos XML Export stream, that is, a file generated bij Protos' XML Export functionality.
java.lang.Exception
- Throws an error message (one aerror message per line), if errors were detected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |