Package dataMap
Class DataMapParameters
java.lang.Object
dataMap.DataMapParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
static final double[]
protected static final long
boolean
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DataMapParameters
clone()
Get a set of data that describes all of the parameters in a classdouble
-
Field Details
-
Constructor Details
-
Method Details
-
getPixeslPerHour
public double getPixeslPerHour() -
clone
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-