Uses of Class
org.processmining.analysis.dws.Trace

Packages that use Trace
org.processmining.analysis.dws   
 

Uses of Trace in org.processmining.analysis.dws
 

Methods in org.processmining.analysis.dws that return Trace
 Trace Trace.concat(Trace t)
           
 Trace Feature.getBody()
           
 Trace Trace.getBodyForFeature()
           
 Trace Feature.getHead()
           
 Trace Trace.getHeadForFeature()
           
 

Methods in org.processmining.analysis.dws with parameters of type Trace
 Trace Trace.concat(Trace t)
           
 boolean Trace.concatenable(Trace t)
           
 boolean Trace.contains(Trace t)
           
 boolean Trace.extend(Trace t)
           
 int Trace.overlap(Trace t)
           
 double Trace.overlapDecaying(Trace t)
           
 double VectorialPoint.project(Trace t, Feature f)
           
 

Constructors in org.processmining.analysis.dws with parameters of type Trace
Feature(Trace t)
           
Trace(Trace tlen, Trace t2)
           
VectorialPoint(Trace t, java.util.ArrayList features, int ID)