프로퍼티 | 타입 | 설명 | |
---|---|---|---|
chain | |||
currentCut | List |
||
step | int | ||
windowLength | int |
메소드 | 설명 | |
---|---|---|
BaseIterator ( |
Initializes a new instance of the BaseIterator class.
|
|
Current ( ) : List |
The current.
|
|
HasNext ( ) : bool |
The has next.
|
|
Move ( int position ) : bool |
Moves a pointer to specified cursorPosition
|
|
Next ( ) : List |
The next.
|
|
Position ( ) : int |
The position.
|
|
Reset ( ) : void |
The reset.
|
메소드 | 설명 | |
---|---|---|
CalculateMaxShifts ( ) : void |
Calculates count of shifts
|
|
Initialize ( |
The initialize method.
|
public BaseIterator ( |
||
chain | /// An iterated sequence. /// | |
length | int | /// Length of a word (window of cutting). /// |
step | int | /// The number of elements through which the pointer will jump at the next iteration. /// |
리턴 | System |
public abstract Move ( int position ) : bool | ||
position | int | /// a cursorPosition in a chain subject to a cutting window /// |
리턴 | bool |
protected ComplexChain,Segmenter.Base.Sequences chain | ||
리턴 |