edu.iris.Fissures.IfNetwork
Class CoefficientErrored

java.lang.Object
  extended by edu.iris.Fissures.IfNetwork.CoefficientErrored
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class CoefficientErrored
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 float error
           
 float value
           
 
Constructor Summary
CoefficientErrored()
           
CoefficientErrored(float value, float error)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public float value

error

public float error
Constructor Detail

CoefficientErrored

public CoefficientErrored()

CoefficientErrored

public CoefficientErrored(float value,
                          float error)