|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deckfour.xes.in.XUniversalParser
public class XUniversalParser
This class implements a universal parser, using the parser registry to find an appropriate parser for extracting an XES model from any given file. May be used as a convenience method for applications.
Constructor Summary | |
---|---|
XUniversalParser()
|
Method Summary | |
---|---|
boolean |
canParse(java.io.File file)
Checks whether the given file can be parsed by any parser. |
java.util.Collection<XLog> |
parse(java.io.File file)
Attempts to parse a collection of XES models from the given file, using all available parsers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XUniversalParser()
Method Detail |
---|
public boolean canParse(java.io.File file)
public java.util.Collection<XLog> parse(java.io.File file) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |