C# Класс Ocronet.Dynamic.OcroFST.CompositionFst

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

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

Метод Описание
CheckOwnsNothing ( ) : void

Fail if this FST still owns either of the objects.

Move1 ( ) : IGenericFst

Return the 1st FST, releasing the ownership.

Move2 ( ) : IGenericFst

Return the 2nd FST, releasing the ownership.

SplitIndex ( int &result1, int &result2, int index ) : void
SplitIndices ( Intarray result1, Intarray result2, Intarray indices ) : void

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

CheckOwnsNothing() публичный абстрактный Метод

Fail if this FST still owns either of the objects.
public abstract CheckOwnsNothing ( ) : void
Результат void

Move1() публичный абстрактный Метод

Return the 1st FST, releasing the ownership.
public abstract Move1 ( ) : IGenericFst
Результат Ocronet.Dynamic.Interfaces.IGenericFst

Move2() публичный абстрактный Метод

Return the 2nd FST, releasing the ownership.
public abstract Move2 ( ) : IGenericFst
Результат Ocronet.Dynamic.Interfaces.IGenericFst

SplitIndex() публичный абстрактный Метод

public abstract SplitIndex ( int &result1, int &result2, int index ) : void
result1 int
result2 int
index int
Результат void

SplitIndices() публичный абстрактный Метод

public abstract SplitIndices ( Intarray result1, Intarray result2, Intarray indices ) : void
result1 Intarray
result2 Intarray
indices Intarray
Результат void