edu.iris.Fissures.IfNetwork
Class CoefficientFilter

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

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

A coefficient based response filter. This corresponds to blockette 54 in the SEED manual.

See Also:
Serialized Form

Field Summary
 CoefficientErrored[] denominator
           
 CoefficientErrored[] numerator
           
 
Constructor Summary
CoefficientFilter()
           
CoefficientFilter(CoefficientErrored[] numerator, CoefficientErrored[] denominator)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numerator

public CoefficientErrored[] numerator

denominator

public CoefficientErrored[] denominator
Constructor Detail

CoefficientFilter

public CoefficientFilter()

CoefficientFilter

public CoefficientFilter(CoefficientErrored[] numerator,
                         CoefficientErrored[] denominator)