com.axiomalaska.sos.data
Interface SosNetwork

All Known Implementing Classes:
SosNetworkImp

public interface SosNetwork

This interface represents a Network in an SOS. A Network is a tag used to collect sensors or stations across all the stations and sources. For example one can create a Network for all the Air temperature sensors.

Author:
Lance Finfrock

Method Summary
 java.lang.String getDescription()
           
 java.lang.String getId()
          This ID should be unique for each network example "oceanacidif"
 java.lang.String getSourceId()
          The ID of the Network's source example "nanoos"
 

Method Detail

getId

java.lang.String getId()
This ID should be unique for each network example "oceanacidif"

Returns:

getDescription

java.lang.String getDescription()

getSourceId

java.lang.String getSourceId()
The ID of the Network's source example "nanoos"

Returns:


Copyright © 2012. All Rights Reserved.