org.processmining.mining.patternsmining
Class DependenciesTables

java.lang.Object
  extended by org.processmining.mining.patternsmining.DependenciesTables

public class DependenciesTables
extends java.lang.Object


Field Summary
protected  cern.colt.matrix.DoubleMatrix2D causal
           
protected  cern.colt.matrix.DoubleMatrix1D end
           
protected  LogEvents events
           
protected  cern.colt.matrix.DoubleMatrix1D loops
           
protected  cern.colt.matrix.DoubleMatrix2D parallel
           
protected  cern.colt.matrix.DoubleMatrix1D start
           
 
Constructor Summary
DependenciesTables(DependenciesTables relations)
           
DependenciesTables(cern.colt.matrix.DoubleMatrix2D causal, cern.colt.matrix.DoubleMatrix2D parallel, cern.colt.matrix.DoubleMatrix1D end, cern.colt.matrix.DoubleMatrix1D start, cern.colt.matrix.DoubleMatrix1D loops, LogEvents events)
           
DependenciesTables(LogReader log)
           
 
Method Summary
 void build()
           
 cern.colt.matrix.DoubleMatrix1D getACWWidthMatrix()
           
 cern.colt.matrix.DoubleMatrix2D getCausalFollowerMatrix()
           
 java.util.Vector[] getcompletefollowers()
           
 java.util.Vector[] getcompletePreceeder()
           
 java.util.Vector[] getConcurrent()
           
 cern.colt.matrix.DoubleMatrix2D getdirectfollowersMatrix()
           
 cern.colt.matrix.DoubleMatrix2D getdirectPrecedentsMatrix()
           
 cern.colt.matrix.DoubleMatrix1D getEndInfo()
           
 cern.colt.matrix.DoubleMatrix2D getfinalcausalfollowers()
           
 cern.colt.matrix.DoubleMatrix2D getfinalcausalprecedents()
           
 cern.colt.matrix.DoubleMatrix2D getfinalfollowersMatrix()
           
 LogEvents getLogEvents()
           
 int[] getnbcompletefollowers()
           
 int[] getnbcompletePreceeder()
           
 int[] getnbconcurrent()
           
 int[] getnbpartialfollowers()
           
 int[] getnbpartialPreceeder()
           
 cern.colt.matrix.DoubleMatrix1D getOneLengthLoopsInfo()
           
 cern.colt.matrix.DoubleMatrix2D getParallelMatrix()
           
 java.util.Vector[] getpartialfollowers()
           
 java.util.Vector[] getpartialPreceeder()
           
 cern.colt.matrix.DoubleMatrix1D getStartInfo()
           
 double[] getsumfollowers()
           
 double[] getsumPreceeder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

causal

protected cern.colt.matrix.DoubleMatrix2D causal

parallel

protected cern.colt.matrix.DoubleMatrix2D parallel

end

protected cern.colt.matrix.DoubleMatrix1D end

start

protected cern.colt.matrix.DoubleMatrix1D start

loops

protected cern.colt.matrix.DoubleMatrix1D loops

events

protected LogEvents events
Constructor Detail

DependenciesTables

public DependenciesTables(LogReader log)

DependenciesTables

public DependenciesTables(cern.colt.matrix.DoubleMatrix2D causal,
                          cern.colt.matrix.DoubleMatrix2D parallel,
                          cern.colt.matrix.DoubleMatrix1D end,
                          cern.colt.matrix.DoubleMatrix1D start,
                          cern.colt.matrix.DoubleMatrix1D loops,
                          LogEvents events)

DependenciesTables

public DependenciesTables(DependenciesTables relations)
Method Detail

build

public void build()

getConcurrent

public java.util.Vector[] getConcurrent()

getcompletePreceeder

public java.util.Vector[] getcompletePreceeder()

getpartialPreceeder

public java.util.Vector[] getpartialPreceeder()

getcompletefollowers

public java.util.Vector[] getcompletefollowers()

getpartialfollowers

public java.util.Vector[] getpartialfollowers()

getnbconcurrent

public int[] getnbconcurrent()

getnbcompletePreceeder

public int[] getnbcompletePreceeder()

getnbpartialPreceeder

public int[] getnbpartialPreceeder()

getnbcompletefollowers

public int[] getnbcompletefollowers()

getnbpartialfollowers

public int[] getnbpartialfollowers()

getsumfollowers

public double[] getsumfollowers()

getsumPreceeder

public double[] getsumPreceeder()

getdirectPrecedentsMatrix

public cern.colt.matrix.DoubleMatrix2D getdirectPrecedentsMatrix()

getdirectfollowersMatrix

public cern.colt.matrix.DoubleMatrix2D getdirectfollowersMatrix()

getACWWidthMatrix

public cern.colt.matrix.DoubleMatrix1D getACWWidthMatrix()

getfinalfollowersMatrix

public cern.colt.matrix.DoubleMatrix2D getfinalfollowersMatrix()

getfinalcausalfollowers

public cern.colt.matrix.DoubleMatrix2D getfinalcausalfollowers()

getfinalcausalprecedents

public cern.colt.matrix.DoubleMatrix2D getfinalcausalprecedents()

getCausalFollowerMatrix

public cern.colt.matrix.DoubleMatrix2D getCausalFollowerMatrix()

getParallelMatrix

public cern.colt.matrix.DoubleMatrix2D getParallelMatrix()

getEndInfo

public cern.colt.matrix.DoubleMatrix1D getEndInfo()

getStartInfo

public cern.colt.matrix.DoubleMatrix1D getStartInfo()

getOneLengthLoopsInfo

public cern.colt.matrix.DoubleMatrix1D getOneLengthLoopsInfo()

getLogEvents

public LogEvents getLogEvents()