Package simulatedAcquisition.movement
Class GridMovementParams
java.lang.Object
simulatedAcquisition.movement.GridMovementParams
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
public class GridMovementParams
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GridMovementParamsclone()Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
dimNames
-
-
Constructor Details
-
GridMovementParams
public GridMovementParams()
-
-
Method Details
-
clone
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-