Uses of Interface
org.deckfour.xes.model.XAttributable
-
-
Uses of XAttributable in org.deckfour.xes.extension.std
Classes in org.deckfour.xes.extension.std that implement XAttributable Modifier and Type Class Description classXExtendedEventHelper class.Methods in org.deckfour.xes.extension.std with parameters of type XAttributable Modifier and Type Method Description voidXIdentityExtension. assignID(XAttributable element, XID id)Assigns any log data hierarchy element its id, as defined by this extension's id attribute.voidXSemanticExtension. assignModelReferences(XAttributable target, java.util.List<java.lang.String> modelReferences)Assigns to a log element (i.e., archive, log, trace, event, or attribute) a list of model references.voidXSemanticExtension. assignModelReferenceUris(XAttributable target, java.util.List<java.net.URI> modelReferenceURIs)Assigns to a log element (i.e., archive, log, trace, event, or attribute) a list of model references.voidXConceptExtension. assignName(XAttributable element, java.lang.String name)Assigns any log data hierarchy element its name, as defined by this extension's name attribute.voidXAbstractNestedAttributeSupport. assignNestedValues(XAttributable element, java.util.Map<java.util.List<java.lang.String>,Type> amounts)Assigns (to the given event) multiple values given their key lists.voidXAbstractNestedAttributeSupport. assignValues(XAttributable element, java.util.Map<java.lang.String,Type> values)Assigns (to the given element) multiple values given their keys.XIDXIdentityExtension. extractID(XAttributable element)Retrieves the id of a log data hierarchy element, if set by this extension's id attribute.java.util.List<java.lang.String>XSemanticExtension. extractModelReferences(XAttributable target)Retrieves the list of model references which describe a log element (archive, log, trace, event, attribute).java.util.List<java.net.URI>XSemanticExtension. extractModelReferenceURIs(XAttributable target)Retrieves the list of model reference URIs which describe a log element (archive, log, trace, event, attribute).java.lang.StringXConceptExtension. extractName(XAttributable element)Retrieves the name of a log data hierarchy element, if set by this extension's name attribute.java.util.Map<java.util.List<java.lang.String>,Type>XAbstractNestedAttributeSupport. extractNestedValues(XAttributable element)Retrieves a map containing all values for all descending attributes of an element.java.util.Map<java.lang.String,Type>XAbstractNestedAttributeSupport. extractValues(XAttributable element)Retrieves a map containing all values for all child attributes of an element.voidXMicroExtension. removeLength(XAttributable event)voidXMicroExtension. removeLevel(XAttributable event)voidXMicroExtension. removeParentId(XAttributable event) -
Uses of XAttributable in org.deckfour.xes.in
Fields in org.deckfour.xes.in with type parameters of type XAttributable Modifier and Type Field Description protected java.util.Stack<XAttributable>XesXmlParser.XesXmlHandler. attributableStackBuffer for attributables. -
Uses of XAttributable in org.deckfour.xes.info.impl
Methods in org.deckfour.xes.info.impl with parameters of type XAttributable Modifier and Type Method Description protected voidXLogInfoImpl. registerAttributes(XAttributeInfoImpl attributeInfo, XAttributable attributable)Registers all attributes of a given attributable, i.e. -
Uses of XAttributable in org.deckfour.xes.model
Subinterfaces of XAttributable in org.deckfour.xes.model Modifier and Type Interface Description interfaceXAttributeThis interface defines attributes used for describing meta-information about event log hierarchy elements.interfaceXAttributeBooleanAttribute with boolean type value.interfaceXAttributeCollectioninterfaceXAttributeContainerinterfaceXAttributeContinuousAttribute with continuous type value (i.e., double-precision floating point).interfaceXAttributeDiscreteAttribute with discrete type value (i.e., long-precision integer).interfaceXAttributeIDinterfaceXAttributeListinterfaceXAttributeLiteralAttribute with literal type value (i.e., string-based).interfaceXAttributeTimestampAttribute with timestamp type value.interfaceXElementThis interface is implemented by all elements of an event log structure.interfaceXEventAn event is an element of an XES event log structure.interfaceXLogA log is an element of an XES event log structure.interfaceXTraceA trace is an element of an XES event log structure.Methods in org.deckfour.xes.model with parameters of type XAttributable Modifier and Type Method Description voidXAttribute. accept(XVisitor visitor, XAttributable attributable)voidXVisitor. visitAttributePost(XAttribute attr, XAttributable parent)voidXVisitor. visitAttributePre(XAttribute attr, XAttributable parent) -
Uses of XAttributable in org.deckfour.xes.model.buffered
Classes in org.deckfour.xes.model.buffered that implement XAttributable Modifier and Type Class Description classXTraceBufferedImplSoft-buffered implementation of the XTrace interface. -
Uses of XAttributable in org.deckfour.xes.model.impl
Classes in org.deckfour.xes.model.impl that implement XAttributable Modifier and Type Class Description classXAttributeBooleanImplThis class implements boolean type attributes.classXAttributeCollectionImplclassXAttributeContainerImplclassXAttributeContinuousImplThis class implements continuous type attributes.classXAttributeDiscreteImplThis class implements discrete type attributes.classXAttributeIDImplclassXAttributeImplThis class implements the abstract base class for strongly-typed attributes.classXAttributeListImplclassXAttributeLiteralImplThis class implements literal type attributes.classXAttributeTimestampImplThis class implements timestamp type attributes.classXEventImplImplementation for the XEvent interface.classXLogImplImplementation for the XLog interface.classXTraceImplMemory-based implementation for the XTrace interface.Methods in org.deckfour.xes.model.impl with parameters of type XAttributable Modifier and Type Method Description voidXAttributeImpl. accept(XVisitor visitor, XAttributable parent) -
Uses of XAttributable in org.deckfour.xes.out
Methods in org.deckfour.xes.out with parameters of type XAttributable Modifier and Type Method Description protected voidXMxmlSerializer. addModelReference(XAttributable object, org.deckfour.spex.SXTag target)Helper method, adds all model references of an attributable to the given tag.
-