public class ParametersStore extends ObjectStore<IParameters> implements IParametersStore
IParametersStore
.Modifier and Type | Field and Description |
---|---|
private static IParametersStore |
store |
modCount
Constructor and Description |
---|
ParametersStore() |
Modifier and Type | Method and Description |
---|---|
IParameters |
get(String name)
Get a set of parameters by name.
|
static IParametersStore |
getInstance() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
private static IParametersStore store
public static IParametersStore getInstance()
public IParameters get(String name)
IParametersStore
get
in interface IParametersStore
name
- The name of the parameter set.Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.