C# Class SIL.Cog.Domain.Components.WordAlignerResultBase

Inheritance: IWordAlignerResult
ファイルを表示 Open project: sillsdev/cog

Public Methods

Method Description
GetAlignments ( ) : ShapeNode>>.IEnumerable

Protected Methods

Method Description
GetNodes ( Word word, int &startIndex, int &count ) : IEnumerable
WordAlignerResultBase ( IWordAligner wordAligner ) : System.Collections.Generic

Method Details

GetAlignments() public abstract method

public abstract GetAlignments ( ) : ShapeNode>>.IEnumerable
return ShapeNode>>.IEnumerable

GetNodes() protected static method

protected static GetNodes ( Word word, int &startIndex, int &count ) : IEnumerable
word Word
startIndex int
count int
return IEnumerable

WordAlignerResultBase() protected method

protected WordAlignerResultBase ( IWordAligner wordAligner ) : System.Collections.Generic
wordAligner IWordAligner
return System.Collections.Generic