Package simulatedAcquisition
Class SimParameters
java.lang.Object
Acquisition.SoundCardParameters
simulatedAcquisition.SimParameters
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
public class SimParameters
extends SoundCardParameters
implements Cloneable, Serializable, ManagedParameters
Parameters for all simulated objects
- Author:
 - Doug Gillespie
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptiondoublestatic final longFields inherited from class Acquisition.SoundCardParameters
BITDEPTHS, deviceNumber, systemType - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddSimObject(SimObject simObject) clone()intgetObject(int i) Get a set of data that describes all of the parameters in a classremoveObject(int simObject) booleanremoveObject(SimObject simObject) voidreplaceSimObject(SimObject oldObject, SimObject newObject) Methods inherited from class Acquisition.SoundCardParameters
getBitDepth, setBitDepth 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
backgroundNoise
public double backgroundNoise - 
propagationModel
 
 - 
 - 
Constructor Details
- 
SimParameters
- Parameters:
 systemType-
 
 - 
 - 
Method Details
- 
getNumObjects
public int getNumObjects() - 
getObject
 - 
addSimObject
 - 
removeObject
 - 
removeObject
 - 
replaceSimObject
 - 
clone
- Overrides:
 clonein classSoundCardParameters
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Overrides:
 getParameterSetin classSoundCardParameters- Returns:
 - description of the parameters in a class.
 
 
 -