org.processmining.mining.patternsmining
Class DependenciesTables
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
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()