Uses of Interface
org.deckfour.xes.model.XAttributable

Packages that use XAttributable
org.deckfour.xes.extension.std   
org.deckfour.xes.in   
org.deckfour.xes.info.impl   
org.deckfour.xes.model   
org.deckfour.xes.model.buffered   
org.deckfour.xes.model.impl   
org.deckfour.xes.out   
 

Uses of XAttributable in org.deckfour.xes.extension.std
 

Classes in org.deckfour.xes.extension.std that implement XAttributable
 class XExtendedEvent
          Helper class.
 

Methods in org.deckfour.xes.extension.std with parameters of type XAttributable
 void XSemanticExtension.assignModelReferences(XAttributable target, List<String> modelReferences)
          Assigns to a log element (i.e., archive, log, trace, event, or attribute) a list of model references.
 void XSemanticExtension.assignModelReferenceUris(XAttributable target, List<URI> modelReferenceURIs)
          Assigns to a log element (i.e., archive, log, trace, event, or attribute) a list of model references.
 void XConceptExtension.assignName(XAttributable element, String name)
          Assigns any log data hierarchy element its name, as defined by this extension's name attribute.
 List<String> XSemanticExtension.extractModelReferences(XAttributable target)
          Retrieves the list of model references which describe a log element (archive, log, trace, event, attribute).
 List<URI> XSemanticExtension.extractModelReferenceURIs(XAttributable target)
          Retrieves the list of model reference URIs which describe a log element (archive, log, trace, event, attribute).
 String XConceptExtension.extractName(XAttributable element)
          Retrieves the name of a log data hierarchy element, if set by this extension's name attribute.
 

Uses of XAttributable in org.deckfour.xes.in
 

Fields in org.deckfour.xes.in with type parameters of type XAttributable
protected  Stack<XAttributable> XesXmlParser.XesXmlHandler.attributableStack
          Buffer for attributables.
 

Uses of XAttributable in org.deckfour.xes.info.impl
 

Methods in org.deckfour.xes.info.impl with parameters of type XAttributable
protected  void XLogInfoImpl.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
 interface XAttribute
          This interface defines attributes used for describing meta-information about event log hierarchy elements.
 interface XAttributeBoolean
          Attribute with boolean type value.
 interface XAttributeContinuous
          Attribute with continuous type value (i.e., double-precision floating point).
 interface XAttributeDiscrete
          Attribute with discrete type value (i.e., long-precision integer).
 interface XAttributeLiteral
          Attribute with literal type value (i.e., string-based).
 interface XAttributeTimestamp
          Attribute with timestamp type value.
 interface XElement
          This interface is implemented by all elements of an event log structure.
 interface XEvent
          An event is an element of an XES event log structure.
 interface XLog
          A log is an element of an XES event log structure.
 interface XTrace
          A trace is an element of an XES event log structure.
 

Uses of XAttributable in org.deckfour.xes.model.buffered
 

Classes in org.deckfour.xes.model.buffered that implement XAttributable
 class XTraceBufferedImpl
          Soft-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
 class XAttributeBooleanImpl
          This class implements boolean type attributes.
 class XAttributeContinuousImpl
          This class implements continuous type attributes.
 class XAttributeDiscreteImpl
          This class implements discrete type attributes.
 class XAttributeImpl
          This class implements the abstract base class for strongly-typed attributes.
 class XAttributeLiteralImpl
          This class implements literal type attributes.
 class XAttributeTimestampImpl
          This class implements timestamp type attributes.
 class XEventImpl
          Implementation for the XEvent interface.
 class XLogImpl
          Implementation for the XLog interface.
 class XTraceImpl
          Memory-based implementation for the XTrace interface.
 

Uses of XAttributable in org.deckfour.xes.out
 

Methods in org.deckfour.xes.out with parameters of type XAttributable
protected  void XMxmlSerializer.addModelReference(XAttributable object, SXTag target)
          Helper method, adds all model references of an attributable to the given tag.