C# 클래스 LibiadaCore.Misc.Iterators.CutRuleIterator

The cut rule iterator.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

공개 메소드들

메소드 설명
CutRuleIterator ( List starts, List ends ) : System.Collections.Generic

Initializes a new instance of the CutRuleIterator class.

GetEndPosition ( ) : int

Returns end position of current element.

GetStartPosition ( ) : int

Returns start position of current element.

Next ( ) : bool

Moves cursor to the next subsequence.

메소드 상세

CutRuleIterator() 공개 메소드

Initializes a new instance of the CutRuleIterator class.
public CutRuleIterator ( List starts, List ends ) : System.Collections.Generic
starts List /// Starts of subsequences. ///
ends List /// Ends of subsequences. ///
리턴 System.Collections.Generic

GetEndPosition() 공개 메소드

Returns end position of current element.
public GetEndPosition ( ) : int
리턴 int

GetStartPosition() 공개 메소드

Returns start position of current element.
public GetStartPosition ( ) : int
리턴 int

Next() 공개 메소드

Moves cursor to the next subsequence.
public Next ( ) : bool
리턴 bool