Class DirectlyFollowsAbstractionImpl<E>
- java.lang.Object
-
- org.processmining.logabstractions.models.abstr.AbstractAbstraction<E>
-
- org.processmining.logabstractions.models.abstr.AbstractMatrixAbstraction<E>
-
- org.processmining.logabstractions.models.implementations.DirectlyFollowsAbstractionImpl<E>
-
- All Implemented Interfaces:
Abstraction<E>,DirectlyFollowsAbstraction<E>,MatrixAbstraction<E>
public class DirectlyFollowsAbstractionImpl<E> extends AbstractMatrixAbstraction<E> implements DirectlyFollowsAbstraction<E>
- Author:
- svzelst
-
-
Constructor Summary
Constructors Constructor Description DirectlyFollowsAbstractionImpl(E[] eventClasses, double[][] matrix, double threshold)
-
Method Summary
-
Methods inherited from class org.processmining.logabstractions.models.abstr.AbstractMatrixAbstraction
getAllGeqForColumn, getAllGeqForColumn, getAllGeqForColumns, getAllGeqForColumns, getAllGeqForRow, getAllGeqForRow, getAllGeqForRows, getAllGeqForRows, getAllGEQThreshold, getAllIndicesGeqForColumn, getAllIndicesGeqForRow, getAllLessThanThreshold, getMatrix, getNumberOfColumns, getNumberOfRows, getRow, getThreshold, getValue, getValue, holds, holds
-
Methods inherited from class org.processmining.logabstractions.models.abstr.AbstractAbstraction
getEventClass, getEventClasses, getIndex
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.logabstractions.models.Abstraction
getEventClass, getEventClasses, getIndex
-
Methods inherited from interface org.processmining.logabstractions.models.MatrixAbstraction
getAllGeqForColumn, getAllGeqForColumn, getAllGeqForColumns, getAllGeqForColumns, getAllGeqForRow, getAllGeqForRow, getAllGeqForRows, getAllGeqForRows, getAllGEQThreshold, getAllIndicesGeqForColumn, getAllIndicesGeqForRow, getAllLessThanThreshold, getMatrix, getNumberOfColumns, getNumberOfRows, getRow, getThreshold, getValue, getValue, holds, holds
-
-
-
-
Constructor Detail
-
DirectlyFollowsAbstractionImpl
public DirectlyFollowsAbstractionImpl(E[] eventClasses, double[][] matrix, double threshold)
-
-