Class ActivityCountAbstractionImpl<E>
- java.lang.Object
-
- org.processmining.logabstractions.models.abstr.AbstractAbstraction<E>
-
- org.processmining.logabstractions.models.abstr.AbstractColumnAbstraction<E>
-
- org.processmining.logabstractions.models.implementations.ActivityCountAbstractionImpl<E>
-
- All Implemented Interfaces:
Abstraction<E>,ActivityCountAbstraction<E>,ColumnAbstraction<E>
public class ActivityCountAbstractionImpl<E> extends AbstractColumnAbstraction<E> implements ActivityCountAbstraction<E>
-
-
Constructor Summary
Constructors Constructor Description ActivityCountAbstractionImpl(E[] eventClasses, double[] column, double threshold)
-
Method Summary
-
Methods inherited from class org.processmining.logabstractions.models.abstr.AbstractColumnAbstraction
getAllGEQThreshold, getAllLessThanThreshold, getColumn, 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.ColumnAbstraction
getAllGEQThreshold, getAllLessThanThreshold, getColumn, getThreshold, getValue, getValue, holds, holds
-
-
-
-
Constructor Detail
-
ActivityCountAbstractionImpl
public ActivityCountAbstractionImpl(E[] eventClasses, double[] column, double threshold)
-
-