Uses of Interface
org.deckfour.xes.factory.XFactory
-
Packages that use XFactory Package Description 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 Modifier and Type Field Description protected XFactoryXExtensionParser.XExtensionHandler. factoryFactory for creating attributes. -
Uses of XFactory in org.deckfour.xes.factory
Classes in org.deckfour.xes.factory that implement XFactory Modifier and Type Class Description classXFactoryBufferedImplThis factory will create buffered implementations of all model hierarchy elements wherever possible, i.e., the latest optimizations available in OpenXES will be employed.classXFactoryNaiveImplThis 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 Modifier and Type Method Description protected booleanXFactoryRegistry. areEqual(XFactory a, XFactory b) -
Uses of XFactory in org.deckfour.xes.in
Fields in org.deckfour.xes.in declared as XFactory Modifier and Type Field Description protected XFactoryXesXmlParser. factoryXES model factory used to build model.Constructors in org.deckfour.xes.in with parameters of type XFactory Constructor Description 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 Modifier and Type Method Description static XAttributeXAttributeUtils. 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.
-