|
||||||||||
| 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 XFactorygetAuthor in class XFactoryNaiveImplpublic String getDescription()
XFactory
getDescription in interface XFactorygetDescription in class XFactoryNaiveImplpublic String getName()
XFactory
getName in interface XFactorygetName in class XFactoryNaiveImplpublic URI getUri()
XFactory
getUri in interface XFactorygetUri in class XFactoryNaiveImplpublic String getVendor()
XFactory
getVendor in interface XFactorygetVendor in class XFactoryNaiveImplpublic XAttributeMap createAttributeMap()
XFactory
createAttributeMap in interface XFactorycreateAttributeMap in class XFactoryNaiveImplpublic XLog createLog()
XFactory
createLog in interface XFactorycreateLog in class XFactoryNaiveImplpublic XTrace createTrace()
XFactory
createTrace in interface XFactorycreateTrace in class XFactoryNaiveImplpublic XTrace createTrace(XAttributeMap attributes)
XFactory
createTrace in interface XFactorycreateTrace in class XFactoryNaiveImplattributes - The attributes of the trace.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||