edu.iris.Fissures.IfNetwork
Class SiteId

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

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

Identifies a Site. Sites in the FISSURES model are roughly equivalent to location identifiers in SEED. The additional begin_time is needed as site codes can be reused if, for example the site moves only a short distance, or in the case of a new station that shares the same station code. The begin_time should be equal to the begining effective time of the site, which is also in the Site object.

See Also:
Serialized Form

Field Summary
 Time begin_time
           
 NetworkId network_id
           
 java.lang.String site_code
           
 java.lang.String station_code
           
 
Constructor Summary
SiteId()
           
SiteId(NetworkId network_id, java.lang.String station_code, java.lang.String site_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

site_code

public java.lang.String site_code

begin_time

public Time begin_time
Constructor Detail

SiteId

public SiteId()

SiteId

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