|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deckfour.xes.factory.XFactoryNaiveImpl
org.deckfour.xes.factory.XFactoryBufferedImpl
public class XFactoryBufferedImpl
This factory will create buffered implementations of all model hierarchy elements wherever possible, i.e., the latest optimizations available in OpenXES will be employed.
Constructor Summary | |
---|---|
XFactoryBufferedImpl()
|
Method Summary | |
---|---|
XAttributeMap |
createAttributeMap()
Creates a new XES attribute map (Factory method). |
XLog |
createLog()
Creates a new XES log instance (Factory method). |
XTrace |
createTrace()
Creates a new XES trace instance (Factory method). |
XTrace |
createTrace(XAttributeMap attributes)
Creates a new XES trace instance (Factory method). |
String |
getAuthor()
Returns the author name of the specific factory implementation. |
String |
getDescription()
Returns a description of the specific factory implementation. |
String |
getName()
Returns the name of the specific factory implementation. |
URI |
getUri()
Returns an URI, pointing to more information about the specific factory implementation. |
String |
getVendor()
Returns the vendor of the specific factory implementation. |
Methods inherited from class org.deckfour.xes.factory.XFactoryNaiveImpl |
---|
createAttributeBoolean, createAttributeContinuous, createAttributeDiscrete, createAttributeLiteral, createAttributeTimestamp, createAttributeTimestamp, createEvent, createEvent, createLog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XFactoryBufferedImpl()
Method Detail |
---|
public String getAuthor()
XFactory
getAuthor
in interface XFactory
getAuthor
in class XFactoryNaiveImpl
public String getDescription()
XFactory
getDescription
in interface XFactory
getDescription
in class XFactoryNaiveImpl
public String getName()
XFactory
getName
in interface XFactory
getName
in class XFactoryNaiveImpl
public URI getUri()
XFactory
getUri
in interface XFactory
getUri
in class XFactoryNaiveImpl
public String getVendor()
XFactory
getVendor
in interface XFactory
getVendor
in class XFactoryNaiveImpl
public XAttributeMap createAttributeMap()
XFactory
createAttributeMap
in interface XFactory
createAttributeMap
in class XFactoryNaiveImpl
public XLog createLog()
XFactory
createLog
in interface XFactory
createLog
in class XFactoryNaiveImpl
public XTrace createTrace()
XFactory
createTrace
in interface XFactory
createTrace
in class XFactoryNaiveImpl
public XTrace createTrace(XAttributeMap attributes)
XFactory
createTrace
in interface XFactory
createTrace
in class XFactoryNaiveImpl
attributes
- The attributes of the trace.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |