C# Класс LibiadaWeb.Models.SubsequenceComparer

The subsequence comparer.
Показать файл Открыть проект

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

Метод Описание
CompareSequencesBySubsequences ( int characteristicTypeLinkId, int notationId, Chain firstChains, Chain secondChains, double difference, string excludeType ) : double

The compare sequences by subsequences.

SubsequenceComparer ( LibiadaWebEntities db ) : System.Collections.Generic

Initializes a new instance of the SubsequenceComparer class.

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

Метод Описание
CalculateCharacteristic ( int characteristicTypeLinkId, Chain sequences ) : List

The calculate characteristic.

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

CompareSequencesBySubsequences() публичный Метод

The compare sequences by subsequences.
public CompareSequencesBySubsequences ( int characteristicTypeLinkId, int notationId, Chain firstChains, Chain secondChains, double difference, string excludeType ) : double
characteristicTypeLinkId int /// The characteristic type link id. ///
notationId int /// The notation id. ///
firstChains LibiadaCore.Core.Chain /// The first chains. ///
secondChains LibiadaCore.Core.Chain /// The second chains. ///
difference double /// The difference. ///
excludeType string /// The exclude type. ///
Результат double

SubsequenceComparer() публичный Метод

Initializes a new instance of the SubsequenceComparer class.
public SubsequenceComparer ( LibiadaWebEntities db ) : System.Collections.Generic
db LibiadaWebEntities /// The db. ///
Результат System.Collections.Generic