Package | Description |
---|---|
org.processmining.ocbc.log.factory | |
org.processmining.ocbc.log.io | |
org.processmining.ocbc.log.model.impl | |
org.processmining.ocbc.log.util |
Modifier and Type | Class and Description |
---|---|
class |
XFactoryNaiveImpl
This factory will create the naive implementations of
all model hierarchy elements, i.e., no buffering or
further optimizations will be employed.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
XFactoryRegistry.areEqual(XFactory a,
XFactory b) |
Modifier and Type | Field and Description |
---|---|
protected XFactory |
XocXmlParser.factory
XES model factory used to build model.
|
Constructor and Description |
---|
XocXmlParser(XFactory factory)
Creates a new parser instance.
|
Modifier and Type | Field and Description |
---|---|
protected XFactory |
XOCLogImpl.factory |
Modifier and Type | Method and Description |
---|---|
static XAttribute |
XAttributeUtils.composeAttribute(XFactory factory,
java.lang.String key,
java.lang.String value,
java.lang.String type,
XExtension extension)
Composes the appropriate attribute type from the string-based information
found, e.g., in XML serializations.
|