public class SimulationParameterList extends NamedList<SimulationParameters> implements GraphListener<RegulatoryGraph>, GenericListListener
Modifier and Type | Field and Description |
---|---|
RegulatoryGraph |
graph |
NamedStatesHandler |
imanager |
PrioritySetList |
pcmanager |
modCount
Constructor and Description |
---|
SimulationParameterList(Graph graph) |
SimulationParameterList(Graph<RegulatoryNode,RegulatoryMultiEdge> graph,
SimulationParameters param) |
Modifier and Type | Method and Description |
---|---|
SimulationParameters |
add() |
int |
add(SimulationParameters param,
int index) |
void |
contentChanged() |
Perturbation |
getPerturbation(SimulationParameters param) |
GraphEventCascade |
graphChanged(RegulatoryGraph g,
GraphChangeType type,
Object data) |
void |
itemAdded(Object item,
int pos) |
void |
itemRemoved(Object item,
int pos) |
void |
list_item_removed(SimulationParameters param) |
void |
structureChanged() |
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 final RegulatoryGraph graph
public final NamedStatesHandler imanager
public final PrioritySetList pcmanager
public SimulationParameterList(Graph graph)
graph
- public SimulationParameterList(Graph<RegulatoryNode,RegulatoryMultiEdge> graph, SimulationParameters param)
public GraphEventCascade graphChanged(RegulatoryGraph g, GraphChangeType type, Object data)
graphChanged
in interface GraphListener<RegulatoryGraph>
public int add(SimulationParameters param, int index)
public SimulationParameters add()
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
public void list_item_removed(SimulationParameters param)
public Perturbation getPerturbation(SimulationParameters param)
Copyright © 2005–2020. All rights reserved.