public class GlobalParameterSet
extends java.lang.Object
Constructor and Description |
---|
GlobalParameterSet()
Create an empty parameter set
|
GlobalParameterSet(GlobalParameterSet existing)
Create a parameter set as a copy of an existing parameter set
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear all values
|
java.lang.Object |
get(int fingerprint)
Get a parameter
|
void |
put(int fingerprint,
java.lang.Object value)
Add a parameter to the ParameterSet
|
public GlobalParameterSet()
public GlobalParameterSet(GlobalParameterSet existing)
public void put(int fingerprint, java.lang.Object value)
fingerprint
- The fingerprint of the parameter name.value
- The value of the parameterpublic java.lang.Object get(int fingerprint)
fingerprint
- The fingerprint of the name.public void clear()