public class ExcitationSourceList extends java.util.ArrayList<ExcitationSource>
| Constructor and Description |
|---|
ExcitationSourceList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ExcitationComponent ex) |
void |
add(ExcitationComponent ex,
double gain) |
boolean |
contains(ExcitationComponent ex) |
ExcitationSource |
get(ExcitationComponent ex) |
double |
getGain(ExcitationComponent ex) |
void |
getSoftReferences(java.util.List<ModelComponent> refs) |
int |
indexOf(ExcitationComponent ex) |
void |
postscan(java.util.Deque<ScanToken> tokens,
CompositeComponent ancestor) |
boolean |
remove(ExcitationComponent ex) |
boolean |
setGain(ExcitationComponent ex,
double gain) |
void |
write(java.io.PrintWriter pw,
java.lang.String name,
NumberFormat fmt,
CompositeComponent ancestor) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic void add(ExcitationComponent ex)
public void add(ExcitationComponent ex, double gain)
public int indexOf(ExcitationComponent ex)
public boolean remove(ExcitationComponent ex)
public ExcitationSource get(ExcitationComponent ex)
public boolean contains(ExcitationComponent ex)
public double getGain(ExcitationComponent ex)
public boolean setGain(ExcitationComponent ex, double gain)
public void getSoftReferences(java.util.List<ModelComponent> refs)
public void write(java.io.PrintWriter pw,
java.lang.String name,
NumberFormat fmt,
CompositeComponent ancestor)
throws java.io.IOException
java.io.IOExceptionpublic void postscan(java.util.Deque<ScanToken> tokens, CompositeComponent ancestor) throws java.io.IOException
java.io.IOException