Class StartActivityAbstractionImpl<E>
- java.lang.Object
-
- org.processmining.logabstractions.models.abstr.AbstractAbstraction<E>
-
- org.processmining.logabstractions.models.abstr.AbstractColumnAbstraction<E>
-
- org.processmining.logabstractions.models.implementations.StartActivityAbstractionImpl<E>
-
- All Implemented Interfaces:
Abstraction<E>,ColumnAbstraction<E>,StartActivityAbstraction<E>
public class StartActivityAbstractionImpl<E> extends AbstractColumnAbstraction<E> implements StartActivityAbstraction<E>
-
-
Constructor Summary
Constructors Constructor Description StartActivityAbstractionImpl(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
-
StartActivityAbstractionImpl
public StartActivityAbstractionImpl(E[] eventClasses, double[] column, double threshold)
-
-