fr.jussieu.gla.wasa.core
Class ErrorTable.VarEntry

java.lang.Object
  |
  +--fr.jussieu.gla.wasa.core.ErrorTable.VarEntry
Enclosing class:
ErrorTable

public final class ErrorTable.VarEntry
extends java.lang.Object

A simple structure hosting a Var and its associated errors.

Version:
$Revision: 1.4 $ $Date: 2002/04/05 18:56:16 $
Author:
Laurent Caillette

Constructor Summary
ErrorTable.VarEntry(Var var, float[] errors)
           
 
Method Summary
 float[] getErrors()
           
 Var getVar()
           
 ErrorTable.VarEntry replicate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorTable.VarEntry

public ErrorTable.VarEntry(Var var,
                           float[] errors)
Method Detail

getVar

public Var getVar()

getErrors

public float[] getErrors()

replicate

public ErrorTable.VarEntry replicate()