Package | Description |
---|---|
org.processmining.ocbc.log.factory | |
org.processmining.ocbc.log.model.impl |
Modifier and Type | Method and Description |
---|---|
XAttributeTimestamp |
XFactory.createAttributeTimestamp(java.lang.String key,
java.util.Date value,
XExtension extension)
Creates a new XES attribute with timestamp type (Factory method).
|
XAttributeTimestamp |
XFactoryNaiveImpl.createAttributeTimestamp(java.lang.String key,
java.util.Date value,
XExtension extension) |
XAttributeTimestamp |
XFactory.createAttributeTimestamp(java.lang.String key,
long millis,
XExtension extension)
Creates a new XES attribute with timestamp type (Factory method).
|
XAttributeTimestamp |
XFactoryNaiveImpl.createAttributeTimestamp(java.lang.String key,
long millis,
XExtension extension) |
Modifier and Type | Class and Description |
---|---|
class |
XAttributeTimestampImpl
This class implements timestamp type attributes.
|