Uses of Class
org.processmining.analysis.performance.dottedchart.logutil.AbstractLogUnit

Packages that use AbstractLogUnit
org.processmining.analysis.performance.dottedchart.logutil   
org.processmining.analysis.performance.dottedchart.ui   
 

Uses of AbstractLogUnit in org.processmining.analysis.performance.dottedchart.logutil
 

Fields in org.processmining.analysis.performance.dottedchart.logutil with type parameters of type AbstractLogUnit
protected  java.util.ArrayList<AbstractLogUnit> LogUnitList.events
           
 

Methods in org.processmining.analysis.performance.dottedchart.logutil that return AbstractLogUnit
static AbstractLogUnit AbstractLogUnit.create(ProcessInstance aProcessInstance, AuditTrailEntry aLogEvent)
          Creates a new durating abstract event
 

Methods in org.processmining.analysis.performance.dottedchart.logutil that return types with arguments of type AbstractLogUnit
 java.util.ArrayList<AbstractLogUnit> LogUnitList.getEvents()
           
 java.util.Iterator<AbstractLogUnit> LogUnitList.iterator()
           
 

Methods in org.processmining.analysis.performance.dottedchart.logutil with parameters of type AbstractLogUnit
 void LogUnitList.addEvent(AbstractLogUnit entry)
          Adds a new event to this LogUnitList
 boolean LogUnitList.containsEvent(AbstractLogUnit entry)
          deep check whether a given AbstractLogUnit is contained within this LogUnitList's event set
 

Uses of AbstractLogUnit in org.processmining.analysis.performance.dottedchart.ui
 

Methods in org.processmining.analysis.performance.dottedchart.ui with parameters of type AbstractLogUnit
protected  void DottedChartPanel.assignColorByItem(AbstractLogUnit logUnit, java.awt.Graphics g)
          convenience method for internal use.
protected  java.lang.String DottedChartPanel.assignShapeByItem(AbstractLogUnit logUnit)
          convenience method for internal use.