edu.iris.Fissures.IfNetwork
Class StationId
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
network_id
public NetworkId network_id
station_code
public java.lang.String station_code
begin_time
public Time begin_time
StationId
public StationId()
StationId
public StationId(NetworkId network_id,
java.lang.String station_code,
Time begin_time)