|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XFactory | |
|---|---|
| org.deckfour.xes.extension | |
| org.deckfour.xes.factory | |
| org.deckfour.xes.in | |
| org.deckfour.xes.util | |
| Uses of XFactory in org.deckfour.xes.extension |
|---|
| Fields in org.deckfour.xes.extension declared as XFactory | |
|---|---|
protected XFactory |
XExtensionParser.XExtensionHandler.factory
Factory for creating attributes. |
| Uses of XFactory in org.deckfour.xes.factory |
|---|
| Classes in org.deckfour.xes.factory that implement XFactory | |
|---|---|
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. |
class |
XFactoryNaiveImpl
This factory will create the naive implementations of all model hierarchy elements, i.e., no buffering or further optimizations will be employed. |
| Methods in org.deckfour.xes.factory with parameters of type XFactory | |
|---|---|
protected boolean |
XFactoryRegistry.areEqual(XFactory a,
XFactory b)
|
| Uses of XFactory in org.deckfour.xes.in |
|---|
| Fields in org.deckfour.xes.in declared as XFactory | |
|---|---|
protected XFactory |
XesXmlParser.factory
XES model factory used to build model. |
| Constructors in org.deckfour.xes.in with parameters of type XFactory | |
|---|---|
XesXmlGZIPParser(XFactory factory)
Creates a new parser instance. |
|
XesXmlParser(XFactory factory)
Creates a new parser instance. |
|
XMxmlGZIPParser(XFactory factory)
Creates a new MXML parser instance. |
|
XMxmlParser(XFactory factory)
Creates a new MXML parser instance. |
|
| Uses of XFactory in org.deckfour.xes.util |
|---|
| Methods in org.deckfour.xes.util with parameters of type XFactory | |
|---|---|
static XAttribute |
XAttributeUtils.composeAttribute(XFactory factory,
String key,
String value,
String type,
XExtension extension)
Composes the appropriate attribute type from the string-based information found, e.g., in XML serializations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||