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(IDataInput) | Construct a Row object from input carried in via the given input stream. |
Methods
| Name | Description |
|---|---|
| GetCells() | Return the number of cells in use. |
| GetCellsPnt() | Return the number of references (how many transitions) to other rows. |
| GetCellsVal() | Return the number of patch commands saved in this Row. |
| GetCmd(Char) | Return the command in the Cell associated with the given |
| GetCnt(Char) | Return the number of patch commands were in the Cell associated with the
given |
| GetRef(Char) | Return the reference to the next Row in the Cell associated with the given
|
| Print(TextWriter) | Write the contents of this Row to the |
| SetCmd(Char, Int32) | Set the command in the Cell of the given |
| SetRef(Char, Int32) | Set the reference to the next row in the Cell of the given |
| Store(IDataOutput) | Write the contents of this Row to the given output stream. |
| UniformCmd(Boolean) | Return the number of identical Cells (containing patch commands) in this Row. |