SCCT.JavaSubscriber
Class SCCT_Filter

java.lang.Object
  extended by SCCT.JavaSubscriber.SCCT_AbstractPackage
      extended by SCCT.JavaSubscriber.SCCT_AbstractDataPackage
          extended by SCCT.JavaSubscriber.SCCT_Filter
Direct Known Subclasses:
SCCT_AnalogDataFilter, SCCT_ArrayFilter

public abstract class SCCT_Filter
extends SCCT_AbstractDataPackage

This class is an abstract representation of filters. Filters can be applied on analog data packages and on any array package types.
Filters allow subscribers to request a subset of data transmitted by the publisher.


Method Summary
 short getFilterId()
          Returns a progress id that identify the filter.
 
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

getFilterId

public short getFilterId()
Returns a progress id that identify the filter.

Returns:
the filterId of the filter.