public class SEBaseRecState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
measure |
double |
residual |
double |
weight |
Constructor and Description |
---|
SEBaseRecState(SEBaseRecord eObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
map2EObject(SEBaseRecord eObj) |
static void |
readData(com.hazelcast.nio.ObjectDataInput in,
SEBaseRecord eObj) |
void |
updateEObject(SEBaseRecord eObj) |
static void |
writeData(com.hazelcast.nio.ObjectDataOutput out,
SEBaseRecord eObj) |
public double weight
public double measure
public double residual
public SEBaseRecState(SEBaseRecord eObj)
protected void map2EObject(SEBaseRecord eObj)
public void updateEObject(SEBaseRecord eObj)
public static void writeData(com.hazelcast.nio.ObjectDataOutput out, SEBaseRecord eObj) throws java.io.IOException
java.io.IOException
public static void readData(com.hazelcast.nio.ObjectDataInput in, SEBaseRecord eObj) throws java.io.IOException
java.io.IOException