|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--shared.FSLossEntry
FSLossEntry class contains information about loss specification entries in the FileSchema class.
| Field Summary | |
java.lang.String |
actName
Actual value of the entry. |
double |
loss
Loss value. |
java.lang.String |
predName
Predicted value of the entry. |
| Constructor Summary | |
FSLossEntry(FSLossEntry[] source)
Copy constructor. |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public java.lang.String predName
public java.lang.String actName
public double loss
| Constructor Detail |
public FSLossEntry(FSLossEntry[] source)
source - The FSLossEntry to be copied.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||