C# Класс SIL.Cog.Application.Services.AnalysisService

Наследование: IAnalysisService
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AnalysisService ( SpanFactory spanFactory, SIL.Cog.Domain.SegmentPool segmentPool, IProjectService projectService, IDialogService dialogService, IBusyService busyService ) : System.Collections.Generic
Compare ( VarietyPair varietyPair ) : void
CompareAll ( object ownerViewModel ) : void
GetStemProcessors ( StemmingMethod method ) : IEnumerable>
Segment ( Variety variety ) : void
SegmentAll ( ) : void
Stem ( StemmingMethod method, Variety variety ) : void
StemAll ( object ownerViewModel, StemmingMethod method ) : void

Приватные методы

Метод Описание
GetCompareProcessors ( ) : IEnumerable>
GetSegmentProcessors ( ) : IEnumerable>

Описание методов

AnalysisService() публичный метод

public AnalysisService ( SpanFactory spanFactory, SIL.Cog.Domain.SegmentPool segmentPool, IProjectService projectService, IDialogService dialogService, IBusyService busyService ) : System.Collections.Generic
spanFactory SpanFactory
segmentPool SIL.Cog.Domain.SegmentPool
projectService IProjectService
dialogService IDialogService
busyService IBusyService
Результат System.Collections.Generic

Compare() публичный метод

public Compare ( VarietyPair varietyPair ) : void
varietyPair SIL.Cog.Domain.VarietyPair
Результат void

CompareAll() публичный метод

public CompareAll ( object ownerViewModel ) : void
ownerViewModel object
Результат void

GetStemProcessors() публичный метод

public GetStemProcessors ( StemmingMethod method ) : IEnumerable>
method StemmingMethod
Результат IEnumerable>

Segment() публичный метод

public Segment ( Variety variety ) : void
variety SIL.Cog.Domain.Variety
Результат void

SegmentAll() публичный метод

public SegmentAll ( ) : void
Результат void

Stem() публичный метод

public Stem ( StemmingMethod method, Variety variety ) : void
method StemmingMethod
variety SIL.Cog.Domain.Variety
Результат void

StemAll() публичный метод

public StemAll ( object ownerViewModel, StemmingMethod method ) : void
ownerViewModel object
method StemmingMethod
Результат void