edu.iris.Fissures.IfNetwork
Class Stage

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

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

See Also:
Serialized Form

Field Summary
 Filter[] filters
           
 Unit input_units
           
 Unit output_units
           
 Decimation[] the_decimation
           
 Gain the_gain
           
 Normalization[] the_normalization
           
 TransferType type
           
 
Constructor Summary
Stage()
           
Stage(TransferType type, Unit input_units, Unit output_units, Normalization[] the_normalization, Gain the_gain, Decimation[] the_decimation, Filter[] filters)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public TransferType type

input_units

public Unit input_units

output_units

public Unit output_units

the_normalization

public Normalization[] the_normalization

the_gain

public Gain the_gain

the_decimation

public Decimation[] the_decimation

filters

public Filter[] filters
Constructor Detail

Stage

public Stage()

Stage

public Stage(TransferType type,
             Unit input_units,
             Unit output_units,
             Normalization[] the_normalization,
             Gain the_gain,
             Decimation[] the_decimation,
             Filter[] filters)