GSMCellFeature Class Reference

#include <GSM.h>

Inheritance diagram for GSMCellFeature:

AbstractStringFeature PersistantFeature Feature List of all members.

Public Member Functions

virtual const string getName () const
virtual string toString () const

Protected Member Functions

 GSMCellFeature (stringcode *code, long *maxlen)
 GSMCellFeature (stringcode *code, long *maxlen, string cellid)

Friends

class GSMFeatureProvider

Detailed Description

Todo:
documentation


Constructor & Destructor Documentation

GSMCellFeature::GSMCellFeature stringcode code,
long *  maxlen
[inline, protected]
 

Feature constructor

This constructor initializes the feature as prototypes value. For creating a specific sample of a feature, the sample constructor should be used.

Parameters:
code A reference to a static variable (it must be same for all created objects of _one_ feature) for persistantly storing the code table.
maxlen A reference to a static variable (it must be same for all created objects of _one_ feature) for persistantly storing the maximum string length.

GSMCellFeature::GSMCellFeature stringcode code,
long *  maxlen,
string  cellid
[inline, protected]
 

Sample constructor

This constructor initializes the feature with a specific value and should thus be used for samples.

Parameters:
code A reference to a static variable (it must be same for all created objects of _one_ feature) for persistantly storing the code table.
maxlen A reference to a static variable (it must be same for all created objects of _one_ feature) for persistantly storing the maximum string length.
cellid The string representation of the sample value.


Member Function Documentation

virtual const string GSMCellFeature::getName  )  const [inline, virtual]
 

Query a features name

Returns:
Name of the Feature in the format "Featureprovider.Feature"

Reimplemented from AbstractStringFeature.

string GSMCellFeature::toString  )  const [virtual]
 

Get feature as string

Note:
This is only for testing.
Returns:
Feature as string.

Reimplemented from AbstractStringFeature.


The documentation for this class was generated from the following files:
Generated on Mon Jun 5 10:20:49 2006 for Intelligence.kdevelop by  doxygen 1.4.6