Class Row
Inheritance
Assembly: Lucene.Net.Analysis.Stempel.dll
Syntax
public class Row : object
Constructors
Name | Description |
---|---|
Row() | The default constructor for the Row object. |
Row(Row) | |
Row(IData |
Construct a Row object from input carried in via the given input stream. |
Methods
Name | Description |
---|---|
Get |
Return the number of cells in use. |
Get |
Return the number of references (how many transitions) to other rows. |
Get |
Return the number of patch commands saved in this Row. |
Get |
Return the command in the Cell associated with the given |
Get |
Return the number of patch commands were in the Cell associated with the
given |
Get |
Return the reference to the next Row in the Cell associated with the given
|
Print(Text |
Write the contents of this Row to the |
Set |
Set the command in the Cell of the given |
Set |
Set the reference to the next row in the Cell of the given |
Store(IData |
Write the contents of this Row to the given output stream. |
Uniform |
Return the number of identical Cells (containing patch commands) in this Row. |