org.processmining.mining.logabstraction
Class LogRelations

java.lang.Object
  extended by 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)
           
 
Method Summary
 cern.colt.matrix.DoubleMatrix2D getCausalFollowerMatrix()
           
 cern.colt.matrix.DoubleMatrix1D getEndInfo()
           
 LogEvents getLogEvents()
           
 cern.colt.matrix.DoubleMatrix1D getOneLengthLoopsInfo()
           
 cern.colt.matrix.DoubleMatrix2D getParallelMatrix()
           
 cern.colt.matrix.DoubleMatrix1D getStartInfo()
           
 
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

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)
Method Detail

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()