Class XTraceListModel

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.ListModel<org.processmining.framework.util.Pair<org.processmining.plugins.interactivevisualization.EID,​org.deckfour.xes.model.XEvent>>

    public class XTraceListModel
    extends javax.swing.AbstractListModel<org.processmining.framework.util.Pair<org.processmining.plugins.interactivevisualization.EID,​org.deckfour.xes.model.XEvent>>
    Author:
    Christian W. Guenther (christian@deckfour.org)
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.deckfour.xes.model.XTrace ateList  
      protected int traceIdx  
      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Constructor Summary

      Constructors 
      Constructor Description
      XTraceListModel​(org.deckfour.xes.model.XTrace list, int traceIdx)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.processmining.framework.util.Pair<org.processmining.plugins.interactivevisualization.EID,​org.deckfour.xes.model.XEvent> getElementAt​(int index)  
      int getSize()  
      • Methods inherited from class javax.swing.AbstractListModel

        addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ateList

        protected org.deckfour.xes.model.XTrace ateList
      • traceIdx

        protected int traceIdx
    • Constructor Detail

      • XTraceListModel

        public XTraceListModel​(org.deckfour.xes.model.XTrace list,
                               int traceIdx)
    • Method Detail

      • getElementAt

        public org.processmining.framework.util.Pair<org.processmining.plugins.interactivevisualization.EID,​org.deckfour.xes.model.XEvent> getElementAt​(int index)
      • getSize

        public int getSize()