edu.iris.Fissures.IfNetwork
Class SiteId
java.lang.Object
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
Constructor Summary |
SiteId()
|
SiteId(NetworkId network_id,
java.lang.String station_code,
java.lang.String site_code,
Time begin_time)
|
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
site_code
public java.lang.String site_code
begin_time
public Time begin_time
SiteId
public SiteId()
SiteId
public SiteId(NetworkId network_id,
java.lang.String station_code,
java.lang.String site_code,
Time begin_time)