Class XPartialOrderExtension

  • All Implemented Interfaces:
    java.io.Serializable

    public class XPartialOrderExtension
    extends org.deckfour.xes.extension.XExtension
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.net.URI EXTENSION_URI  
      • Fields inherited from class org.deckfour.xes.extension.XExtension

        allAttributes, eventAttributes, logAttributes, metaAttributes, name, prefix, traceAttributes, uri
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addDependency​(org.deckfour.xes.model.XTrace t, org.deckfour.xes.model.XEvent pred, org.deckfour.xes.model.XEvent succ)  
      void assignLogPartiallyOrdered​(org.deckfour.xes.model.XLog log, boolean isPartialOrder)  
      java.util.List<DependencyXID> extractDependencies​(org.deckfour.xes.model.XTrace trace)  
      static XPartialOrderExtension instance()  
      boolean isPartiallyOrderedLog​(org.deckfour.xes.model.XLog log)  
      • Methods inherited from class org.deckfour.xes.extension.XExtension

        accept, equals, getDefinedAttributes, getEventAttributes, getLogAttributes, getMetaAttributes, getName, getPrefix, getTraceAttributes, getUri, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • EXTENSION_URI

        public static final java.net.URI EXTENSION_URI
    • Constructor Detail

      • XPartialOrderExtension

        protected XPartialOrderExtension()
    • Method Detail

      • isPartiallyOrderedLog

        public boolean isPartiallyOrderedLog​(org.deckfour.xes.model.XLog log)
      • assignLogPartiallyOrdered

        public void assignLogPartiallyOrdered​(org.deckfour.xes.model.XLog log,
                                              boolean isPartialOrder)
      • addDependency

        public void addDependency​(org.deckfour.xes.model.XTrace t,
                                  org.deckfour.xes.model.XEvent pred,
                                  org.deckfour.xes.model.XEvent succ)
      • extractDependencies

        public java.util.List<DependencyXID> extractDependencies​(org.deckfour.xes.model.XTrace trace)