org.processmining.mining.logabstraction
Class LogRelations
java.lang.Object
org.processmining.mining.logabstraction.LogRelations
- Direct Known Subclasses:
- MutableLogRelations
public class LogRelations
- extends java.lang.Object
- Version:
- 1.0
- Author:
- not attributable
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 |
LogRelations(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)
|
LogRelations(LogRelations relations)
|
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
LogRelations
public LogRelations(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)
LogRelations
public LogRelations(LogRelations relations)
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()