Package org.processmining.log.models
Interface XEventClassifierList
-
- All Superinterfaces:
java.util.Collection<org.deckfour.xes.classification.XEventClassifier>,java.lang.Iterable<org.deckfour.xes.classification.XEventClassifier>,java.util.List<org.deckfour.xes.classification.XEventClassifier>
- All Known Implementing Classes:
XEventClassifierListImpl
public interface XEventClassifierList extends java.util.List<org.deckfour.xes.classification.XEventClassifier>
-
-
Method Summary
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-