edu.iris.Fissures.IfNetwork
Class StationId

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

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

Identifies a station. The additional begin_time is needed as station codes can be reused if, for example the station moves only a short distance. The begin_time should be equal to the begining effective time of the station, which is also in the Station object.

See Also:
Serialized Form

Field Summary
 Time begin_time
           
 NetworkId network_id
           
 java.lang.String station_code
           
 
Constructor Summary
StationId()
           
StationId(NetworkId network_id, java.lang.String station_code, Time begin_time)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

network_id

public NetworkId network_id

station_code

public java.lang.String station_code

begin_time

public Time begin_time
Constructor Detail

StationId

public StationId()

StationId

public StationId(NetworkId network_id,
                 java.lang.String station_code,
                 Time begin_time)