public static class XFactoryExternalStore.InMemoryStoreImpl extends XFactoryExternalStore
XFactoryExternalStore.InMemoryStoreAlignmentAwareImpl, XFactoryExternalStore.InMemoryStoreImpl, XFactoryExternalStore.MapDBDiskImpl, XFactoryExternalStore.MapDBDiskSequentialAccessImpl, XFactoryExternalStore.MapDBDiskSequentialAccessWithoutCacheImpl, XFactoryExternalStore.MapDBDiskWithoutCacheImpl| Constructor and Description |
|---|
InMemoryStoreImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.deckfour.xes.model.XEvent |
createEvent() |
org.deckfour.xes.model.XEvent |
createEvent(org.deckfour.xes.model.XAttributeMap attributes) |
org.deckfour.xes.model.XTrace |
createTrace() |
org.deckfour.xes.model.XTrace |
createTrace(java.util.Collection<org.deckfour.xes.model.XEvent> events) |
org.deckfour.xes.model.XTrace |
createTrace(org.deckfour.xes.model.XAttributeMap attributes) |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
protected ExternalStore |
getStore() |
static void |
register() |
commit, containsFactory, createAttributeBoolean, createAttributeContainer, createAttributeContinuous, createAttributeDiscrete, createAttributeID, createAttributeList, createAttributeLiteral, createAttributeMap, createAttributeTimestamp, createAttributeTimestamp, createEvent, createLog, createLog, createLog, createPumpTransferFactory, dispose, finishPump, getAttributeList, getAuthor, getUri, getVendor, intern, isPumping, loadLogStructure, pumpEvent, pumpLog, pumpTrace, saveLogStructure, startPump, toStringpublic static void register()
public org.deckfour.xes.model.XTrace createTrace()
createTrace in interface org.deckfour.xes.factory.XFactorycreateTrace in class XFactoryExternalStorepublic org.deckfour.xes.model.XTrace createTrace(org.deckfour.xes.model.XAttributeMap attributes)
createTrace in interface org.deckfour.xes.factory.XFactorycreateTrace in class XFactoryExternalStorepublic org.deckfour.xes.model.XTrace createTrace(java.util.Collection<org.deckfour.xes.model.XEvent> events)
createTrace in class XFactoryExternalStorepublic org.deckfour.xes.model.XEvent createEvent()
createEvent in interface org.deckfour.xes.factory.XFactorycreateEvent in class XFactoryExternalStorepublic org.deckfour.xes.model.XEvent createEvent(org.deckfour.xes.model.XAttributeMap attributes)
createEvent in interface org.deckfour.xes.factory.XFactorycreateEvent in class XFactoryExternalStoreprotected final ExternalStore getStore()
getStore in class XFactoryExternalStorepublic java.lang.String getName()
public java.lang.String getDescription()