public class MilleParameter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MilleParameter.Type |
Modifier and Type | Field and Description |
---|---|
private static double |
corrScaleFactor |
static int |
dimension_offset |
private static Map<Integer,String> |
dMap |
static int |
half_offset |
private static Map<Integer,String> |
hMap |
private int |
id |
private double |
presigma |
private static Map<Integer,String> |
tMap |
static int |
type_offset |
private double |
value |
Constructor and Description |
---|
MilleParameter(int id,
double value,
double presigma) |
MilleParameter(String line) |
Modifier and Type | Method and Description |
---|---|
int |
getDim() |
int |
getHalf() |
int |
getId() |
double |
getPresigma() |
int |
getSensor() |
int |
getType() |
double |
getValue() |
String |
getXMLName() |
void |
setId(int id) |
void |
setPresigma(double presigma) |
void |
setValue(double value) |
String |
toString() |
private static double corrScaleFactor
private int id
private double value
private double presigma
public static final int half_offset
public static final int type_offset
public static final int dimension_offset
public MilleParameter(String line)
public MilleParameter(int id, double value, double presigma)
public String getXMLName()
public int getDim()
public int getSensor()
public int getType()
public int getHalf()
public int getId()
public void setId(int id)
public double getValue()
public void setValue(double value)
public double getPresigma()
public void setPresigma(double presigma)
Copyright © 2019. All rights reserved.