SCCT.JavaSubscriber
Class SCCT_ConfigurationPackage

java.lang.Object
  extended by SCCT.JavaSubscriber.SCCT_AbstractPackage
      extended by SCCT.JavaSubscriber.SCCT_AbstractDataPackage
          extended by SCCT.JavaSubscriber.SCCT_ConfigurationPackage

public class SCCT_ConfigurationPackage
extends SCCT_AbstractDataPackage

This class contains publisher configurations with information about published analog and digital data.


Method Summary
 SCCT_ChannelConfiguration getChannelConfiguration(int index)
          Gets the data of channel configuration located at the specified index.
 java.lang.String getDeviceName()
          Gets the name of device used to data acquisition.
 SCCT_LineConfiguration getLineConfiguration(int index)
          Gets the data of line configuration located at the specified index.
 SCCT_LocationPackage getLocation()
           
 int getNumberOfChannels()
          Gets the number of channels present in the package.
 int getNumberOfLines()
          Gets the number of lines present in the package.
 java.lang.String getProductType()
          Gets the product type of device used to data acquisition.
 
Methods inherited from class SCCT.JavaSubscriber.SCCT_AbstractDataPackage
getSourceDescription, getSourceId
 
Methods inherited from class SCCT.JavaSubscriber.SCCT_AbstractPackage
getCalendar, getPackageNumber
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLocation

public SCCT_LocationPackage getLocation()

getNumberOfChannels

public int getNumberOfChannels()
Gets the number of channels present in the package.

Returns:
The number of channels.

getNumberOfLines

public int getNumberOfLines()
Gets the number of lines present in the package.

Returns:
The number of lines.

getChannelConfiguration

public SCCT_ChannelConfiguration getChannelConfiguration(int index)
Gets the data of channel configuration located at the specified index.
The index must be greater than or equal to 0 and must be less than the total number of channels.

Parameters:
index - The position of the SCCT_ChannelConfiguration object to be returned.
Returns:
A SCCT_ChannelConfiguration object that contains the configuration of selected channel.
See Also:
getNumberOfChannels(), SCCT_ChannelConfiguration

getLineConfiguration

public SCCT_LineConfiguration getLineConfiguration(int index)
Gets the data of line configuration located at the specified index.
The index must be greater than or equal to 0 and must be less than the total number of lines.

Parameters:
index - The position of the SCCT_LineConfiguration object to be returned.
Returns:
A SCCT_LineConfiguration object that contains the configuration of selected line.
See Also:
getNumberOfLines(), SCCT_LineConfiguration

getProductType

public java.lang.String getProductType()
Gets the product type of device used to data acquisition.

Returns:
The product type of device.

getDeviceName

public java.lang.String getDeviceName()
Gets the name of device used to data acquisition.

Returns:
The name of device.