edu.iris.Fissures.network
Class SensorImpl

java.lang.Object
  extended by edu.iris.Fissures.IfNetwork.SeismicHardware
      extended by edu.iris.Fissures.IfNetwork.Sensor
          extended by edu.iris.Fissures.network.SensorImpl
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.Streamable, org.omg.CORBA.portable.StreamableValue, org.omg.CORBA.portable.ValueBase

public class SensorImpl
extends edu.iris.Fissures.IfNetwork.Sensor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.iris.Fissures.IfNetwork.Sensor
nominal_high_freq, nominal_low_freq
 
Fields inherited from class edu.iris.Fissures.IfNetwork.SeismicHardware
id_number, manufacturer, model, serial_number
 
Constructor Summary
protected SensorImpl()
           
  SensorImpl(int id_number, java.lang.String manufacturer, java.lang.String serial_number, java.lang.String model, float nominal_high_freq, float nominal_low_freq)
           
 
Method Summary
static SensorImpl createEmpty()
           
 
Methods inherited from class edu.iris.Fissures.IfNetwork.Sensor
_read, _truncatable_ids, _type, _write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensorImpl

protected SensorImpl()

SensorImpl

public SensorImpl(int id_number,
                  java.lang.String manufacturer,
                  java.lang.String serial_number,
                  java.lang.String model,
                  float nominal_high_freq,
                  float nominal_low_freq)
Method Detail

createEmpty

public static SensorImpl createEmpty()