edu.iris.Fissures.IfNetwork
Class ComplexNumberErrored

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

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

See Also:
Serialized Form

Field Summary
 float imaginary
           
 float imaginary_error
           
 float real
           
 float real_error
           
 
Constructor Summary
ComplexNumberErrored()
           
ComplexNumberErrored(float real, float real_error, float imaginary, float imaginary_error)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

real

public float real

real_error

public float real_error

imaginary

public float imaginary

imaginary_error

public float imaginary_error
Constructor Detail

ComplexNumberErrored

public ComplexNumberErrored()

ComplexNumberErrored

public ComplexNumberErrored(float real,
                            float real_error,
                            float imaginary,
                            float imaginary_error)