|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deckfour.xes.in.XParser
org.deckfour.xes.in.XMxmlParser
org.deckfour.xes.in.XMxmlGZIPParser
public class XMxmlGZIPParser
Parser for the compressed MXML format for event logs (deprecated).
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.deckfour.xes.in.XMxmlParser |
---|
XMxmlParser.MxmlHandler |
Field Summary |
---|
Fields inherited from class org.deckfour.xes.in.XMxmlParser |
---|
MXML_CLASSIFIERS, MXML_EVENT_NAME_CLASSIFIER, MXML_ORIGINATOR_CLASSIFIER, MXML_STANDARD_CLASSIFIER, xsDateTimeConversion |
Constructor Summary | |
---|---|
XMxmlGZIPParser()
Creates a new MXML parser instance, using the current standard factory for XES model building. |
|
XMxmlGZIPParser(XFactory factory)
Creates a new MXML parser instance. |
Method Summary | |
---|---|
String |
author()
Returns the name of the author of this parser. |
boolean |
canParse(File file)
Checks whether this parser can handle the given file. |
String |
description()
Returns a brief description of this parser. |
String |
name()
Returns the name of this parser or, more specifically, the name of the format it can process. |
List<XLog> |
parse(InputStream is)
Parses a set of logs from the given input stream, which is supposed to deliver an MXML serialization. |
Methods inherited from class org.deckfour.xes.in.XParser |
---|
parse, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XMxmlGZIPParser(XFactory factory)
factory
- The factory to use for XES model
building.public XMxmlGZIPParser()
Method Detail |
---|
public String author()
XParser
author
in class XMxmlParser
public boolean canParse(File file)
XParser
canParse
in class XMxmlParser
file
- File to check against parser.
public String description()
XParser
description
in class XMxmlParser
public String name()
XParser
name
in class XMxmlParser
public List<XLog> parse(InputStream is) throws Exception
XMxmlParser
parse
in class XMxmlParser
is
- Input stream, which is supposed to deliver
an MXML serialization.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |