Uses of Class
org.deckfour.xes.extension.XExtension
-
-
Uses of XExtension in org.deckfour.xes.extension
Fields in org.deckfour.xes.extension declared as XExtension Modifier and Type Field Description protected XExtensionXExtensionParser.XExtensionHandler. extensionThe extension to be parsed.Methods in org.deckfour.xes.extension that return XExtension Modifier and Type Method Description XExtensionXExtensionManager. getByIndex(int index)Retrieves an extension by ints index.XExtensionXExtensionManager. getByName(java.lang.String name)Retrieves an extension by its name.XExtensionXExtensionManager. getByPrefix(java.lang.String prefix)Retrieves an extension by its prefix.XExtensionXExtensionManager. getByUri(java.net.URI uri)Retrieves an extension instance by its unique URI.XExtensionXExtensionParser.XExtensionHandler. getExtension()Retrieves the parsed extension after parsing.XExtensionXExtensionParser. parse(java.io.File file)Parses an extension from a definition file.XExtensionXExtensionParser. parse(java.net.URI uri)Parses an extension from a URI.Methods in org.deckfour.xes.extension with parameters of type XExtension Modifier and Type Method Description intXExtensionManager. getIndex(XExtension extension)Resolves the index of an extension, given that this extension has been previously registered with this manager instance.voidXExtensionManager. register(XExtension extension)Explicitly registers an extension instance with the extension manager. -
Uses of XExtension in org.deckfour.xes.extension.std
Subclasses of XExtension in org.deckfour.xes.extension.std Modifier and Type Class Description classXArtifactLifecycleExtensionclassXConceptExtensionThis extension provides naming for concepts in the event log type hierarchy.classXCostExtensionThis extension provides costs for traces and events.classXIdentityExtensionclassXLifecycleExtensionExtension defining additional attributes for the event lifecycle.classXMicroExtensionclassXOrganizationalExtensionThis extension adds the organizational perspective to event logs.classXSemanticExtensionThis extension adds semantic attributes to event log objects.classXSoftwareCommunicationExtensionclassXSoftwareEventExtensionclassXSoftwareTelemetryExtensionclassXTimeExtensionThis extension defines the Time perspective on event logs.Methods in org.deckfour.xes.extension.std that return types with arguments of type XExtension Modifier and Type Method Description java.util.Set<XExtension>XExtendedEvent. getExtensions() -
Uses of XExtension in org.deckfour.xes.factory
Methods in org.deckfour.xes.factory with parameters of type XExtension Modifier and Type Method Description XAttributeBooleanXFactory. createAttributeBoolean(java.lang.String key, boolean value, XExtension extension)Creates a new XES attribute with boolean type (Factory method).XAttributeBooleanXFactoryNaiveImpl. createAttributeBoolean(java.lang.String key, boolean value, XExtension extension)XAttributeContainerXFactory. createAttributeContainer(java.lang.String key, XExtension extension)XAttributeContainerXFactoryNaiveImpl. createAttributeContainer(java.lang.String key, XExtension extension)XAttributeContinuousXFactory. createAttributeContinuous(java.lang.String key, double value, XExtension extension)Creates a new XES attribute with continuous type (Factory method).XAttributeContinuousXFactoryNaiveImpl. createAttributeContinuous(java.lang.String key, double value, XExtension extension)XAttributeDiscreteXFactory. createAttributeDiscrete(java.lang.String key, long value, XExtension extension)Creates a new XES attribute with discrete type (Factory method).XAttributeDiscreteXFactoryNaiveImpl. createAttributeDiscrete(java.lang.String key, long value, XExtension extension)XAttributeIDXFactory. createAttributeID(java.lang.String key, XID value, XExtension extension)Creates a new XES attribute with id type (Factory method).XAttributeIDXFactoryNaiveImpl. createAttributeID(java.lang.String key, XID value, XExtension extension)XAttributeListXFactory. createAttributeList(java.lang.String key, XExtension extension)XAttributeListXFactoryNaiveImpl. createAttributeList(java.lang.String key, XExtension extension)XAttributeLiteralXFactory. createAttributeLiteral(java.lang.String key, java.lang.String value, XExtension extension)Creates a new XES attribute with literal type (Factory method).XAttributeLiteralXFactoryNaiveImpl. createAttributeLiteral(java.lang.String key, java.lang.String value, XExtension extension)XAttributeTimestampXFactory. createAttributeTimestamp(java.lang.String key, long millis, XExtension extension)Creates a new XES attribute with timestamp type (Factory method).XAttributeTimestampXFactory. createAttributeTimestamp(java.lang.String key, java.util.Date value, XExtension extension)Creates a new XES attribute with timestamp type (Factory method).XAttributeTimestampXFactoryNaiveImpl. createAttributeTimestamp(java.lang.String key, long millis, XExtension extension)XAttributeTimestampXFactoryNaiveImpl. createAttributeTimestamp(java.lang.String key, java.util.Date value, XExtension extension) -
Uses of XExtension in org.deckfour.xes.in
Fields in org.deckfour.xes.in with type parameters of type XExtension Modifier and Type Field Description protected java.util.HashSet<XExtension>XesXmlParser.XesXmlHandler. extensionsBuffer for extensions. -
Uses of XExtension in org.deckfour.xes.info
Methods in org.deckfour.xes.info with parameters of type XExtension Modifier and Type Method Description java.util.Collection<XAttribute>XAttributeInfo. getAttributesForExtension(XExtension extension)For a given extension, returns prototypes of all registered attributes defined by that extension.java.util.Collection<java.lang.String>XAttributeInfo. getKeysForExtension(XExtension extension)For a given extension, returns the keys of all registered attributes defined by that extension. -
Uses of XExtension in org.deckfour.xes.info.impl
Methods in org.deckfour.xes.info.impl with parameters of type XExtension Modifier and Type Method Description java.util.Collection<XAttribute>XAttributeInfoImpl. getAttributesForExtension(XExtension extension)java.util.Collection<java.lang.String>XAttributeInfoImpl. getKeysForExtension(XExtension extension) -
Uses of XExtension in org.deckfour.xes.model
Methods in org.deckfour.xes.model that return XExtension Modifier and Type Method Description XExtensionXAttribute. getExtension()Retrieves the extension defining this attribute.Methods in org.deckfour.xes.model that return types with arguments of type XExtension Modifier and Type Method Description java.util.Set<XExtension>XAttributable. getExtensions()Retrieves the extensions used by this element, i.e.Methods in org.deckfour.xes.model with parameters of type XExtension Modifier and Type Method Description voidXVisitor. visitExtensionPost(XExtension ext, XLog log)voidXVisitor. visitExtensionPre(XExtension ext, XLog log) -
Uses of XExtension in org.deckfour.xes.model.buffered
Methods in org.deckfour.xes.model.buffered that return types with arguments of type XExtension Modifier and Type Method Description java.util.Set<XExtension>XTraceBufferedImpl. getExtensions() -
Uses of XExtension in org.deckfour.xes.model.impl
Methods in org.deckfour.xes.model.impl that return XExtension Modifier and Type Method Description XExtensionXAttributeImpl. getExtension()Methods in org.deckfour.xes.model.impl that return types with arguments of type XExtension Modifier and Type Method Description java.util.Set<XExtension>XAttributeImpl. getExtensions()java.util.Set<XExtension>XEventImpl. getExtensions()java.util.Set<XExtension>XLogImpl. getExtensions()java.util.Set<XExtension>XTraceImpl. getExtensions()Constructors in org.deckfour.xes.model.impl with parameters of type XExtension Constructor Description XAttributeBooleanImpl(java.lang.String key, boolean value, XExtension extension)Creates a new instance.XAttributeCollectionImpl(java.lang.String key, XExtension extension)XAttributeContainerImpl(java.lang.String key, XExtension extension)XAttributeContinuousImpl(java.lang.String key, double value, XExtension extension)Creates a new instance.XAttributeDiscreteImpl(java.lang.String key, long value, XExtension extension)Creates a new instance.XAttributeIDImpl(java.lang.String key, XID value, XExtension extension)Creates a new instance.XAttributeImpl(java.lang.String key, XExtension extension)Creates a new attribute.XAttributeListImpl(java.lang.String key, XExtension extension)XAttributeLiteralImpl(java.lang.String key, java.lang.String value, XExtension extension)Creates a new instance.XAttributeTimestampImpl(java.lang.String key, long millis, XExtension extension)Creates a new instance.XAttributeTimestampImpl(java.lang.String key, java.util.Date value, XExtension extension)Creates a new instance. -
Uses of XExtension in org.deckfour.xes.util
Methods in org.deckfour.xes.util that return types with arguments of type XExtension Modifier and Type Method Description static java.util.Set<XExtension>XAttributeUtils. extractExtensions(java.util.Map<java.lang.String,XAttribute> attributeMap)Static helper method for extracting all extensions from an attribute map.Methods in org.deckfour.xes.util with parameters of type XExtension 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.
-