public class AvatarParameterList extends NamedList<AvatarParameters> implements GraphListener<RegulatoryGraph>, GenericListListener
modCount
Constructor and Description |
---|
AvatarParameterList(Graph<RegulatoryNode,RegulatoryMultiEdge> graph,
AvatarParameters param) |
Modifier and Type | Method and Description |
---|---|
void |
contentChanged() |
GraphEventCascade |
graphChanged(RegulatoryGraph g,
GraphChangeType type,
Object data)
GRAPH CHANGES ****
|
void |
itemAdded(Object item,
int pos) |
void |
itemRemoved(Object item,
int pos) |
void |
structureChanged() |
String |
toString() |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public AvatarParameterList(Graph<RegulatoryNode,RegulatoryMultiEdge> graph, AvatarParameters param)
graph
- public String toString()
toString
in class AbstractCollection<AvatarParameters>
public GraphEventCascade graphChanged(RegulatoryGraph g, GraphChangeType type, Object data)
graphChanged
in interface GraphListener<RegulatoryGraph>
public void itemAdded(Object item, int pos)
itemAdded
in interface GenericListListener
public void itemRemoved(Object item, int pos)
itemRemoved
in interface GenericListListener
public void contentChanged()
contentChanged
in interface GenericListListener
public void structureChanged()
structureChanged
in interface GenericListListener
Copyright © 2005–2020. All rights reserved.