public class XesCsvSerializer extends Object implements XSerializer
XSerializer
to define a serializer
for writing in an output stream in CSV format a given XES model.XSerializer
Modifier and Type | Field and Description |
---|---|
(package private) XsDateTimeConversionJava7 |
xsDateTimeConverter
Utility object for data conversion, from a date expressed in
some natural form, to a date expressed in the XES standard.
|
Constructor and Description |
---|
XesCsvSerializer() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Returns the name of this serialization's author.
|
String |
getDescription()
Returns a brief description of this serialisation.
|
String |
getName()
Returns the human-readable name of this serialisation.
|
String[] |
getSuffices()
Returns an array of possible file suffices for this serialisation.
|
void |
serialize(XLog log,
OutputStream out)
Serialises a given log to the given output stream in CSV format.
|
String |
toString()
Returns the value of the
getName() method. |
XsDateTimeConversionJava7 xsDateTimeConverter
XsDateTimeConversionJava7
public String getDescription()
getDescription
in interface XSerializer
public String getName()
getName
in interface XSerializer
public String getAuthor()
getAuthor
in interface XSerializer
public String[] getSuffices()
getSuffices
in interface XSerializer
public void serialize(XLog log, OutputStream out) throws IOException
serialize
in interface XSerializer
log
- Log to be serialisedout
- OutputStream for serialisationIOException
- .