Uses of Class
org.processmining.mining.dmcscanning.Footprint

Packages that use Footprint
org.processmining.mining.dmcscanning   
 

Uses of Footprint in org.processmining.mining.dmcscanning
 

Fields in org.processmining.mining.dmcscanning declared as Footprint
protected  Footprint Admc.footprint
           
protected  Footprint Dmc.footprint
           
 

Methods in org.processmining.mining.dmcscanning that return Footprint
 Footprint Admc.footprint()
           
 Footprint Dmc.footprint()
          Retrieves the minimal list of modified data objects in this DMC
 Footprint Footprint.intersection(Footprint other)
          Set-wise intersection.
 Footprint Footprint.union(Footprint other)
          Set-wise union.
 

Methods in org.processmining.mining.dmcscanning with parameters of type Footprint
 void Admc.addOverridingChecks(Dmc aDmc, Footprint aFootprint)
          Adds a DMC to the ADMC set regardless of its content and footprint.
 Admc AdmcSet.get(Footprint footprint)
          Retrieves an ADMC according to its footprint
 Footprint Footprint.intersection(Footprint other)
          Set-wise intersection.
 boolean Footprint.isSubsetOf(Footprint other)
          Checks whether this footprint is a subset of another footprint, i.e.
 double Footprint.overlap(Footprint other)
          Computes the relative overlap of this footprint with another one, i.e.
 Footprint Footprint.union(Footprint other)
          Set-wise union.
 

Constructors in org.processmining.mining.dmcscanning with parameters of type Footprint
Footprint(Footprint other)
          copy constructor