Package org.processmining.petrinets.list
Interface PetriNetList
-
- All Superinterfaces:
java.util.Collection<Petrinet>,java.lang.Iterable<Petrinet>,java.util.List<Petrinet>
- All Known Implementing Classes:
PetriNetListImpl
public interface PetriNetList extends java.util.List<Petrinet>
The PetriNetList interface is just a wrapper for using a list of petri-nets as an input for some other plugin. The main reason for this interfaces is the fact that thePluginannotation can simply not handle a Listas a return type. - Author:
- svzelst
-
-
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
-
-