public class PrioritySetList extends NamedList<UpdaterDefinition>
Modifier and Type | Field and Description |
---|---|
static String |
ASYNCHRONOUS |
List<RegulatoryNode> |
nodeOrder |
static String |
SYNCHRONOUS |
modCount
Constructor and Description |
---|
PrioritySetList(RegulatoryGraph graph) |
Modifier and Type | Method and Description |
---|---|
int |
addDefinition(Object mode) |
boolean |
canMoveItems(int[] selection) |
boolean |
removeSelection(int[] sel) |
findUniqueName, getByName, isNameValid, rename
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public static final String SYNCHRONOUS
public static final String ASYNCHRONOUS
public final List<RegulatoryNode> nodeOrder
public PrioritySetList(RegulatoryGraph graph)
public int addDefinition(Object mode)
public boolean canMoveItems(int[] selection)
public boolean removeSelection(int[] sel)
Copyright © 2005–2020. All rights reserved.