Class CaseStatisticsList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<CaseStatistics>
-
- org.processmining.plugins.stochasticpetrinet.analyzer.CaseStatisticsList
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<CaseStatistics>,java.util.Collection<CaseStatistics>,java.util.List<CaseStatistics>,java.util.RandomAccess
public class CaseStatisticsList extends java.util.ArrayList<CaseStatistics>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPARAMETER_LABEL
-
Constructor Summary
Constructors Constructor Description CaseStatisticsList()
-
Method Summary
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-
-
-
Field Detail
-
PARAMETER_LABEL
public static final java.lang.String PARAMETER_LABEL
- See Also:
- Constant Field Values
-
-