C# 클래스 LibiadaWeb.Controllers.Calculators.RelationCalculationController

상속: AbstractResultController
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-web

공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult

The index.

RelationCalculationController ( ) : System

Initializes a new instance of the RelationCalculationController class.

비공개 메소드들

메소드 설명
FrequencyCharacteristic ( int characteristicTypeLinkId, int frequencyCount, Chain chain, long sequenceId, IBinaryCalculator calculator, Link link ) : void

The frequency characteristic.

Index ( long matterId, int characteristicTypeLinkId, int notationId, int languageId, int translatorId, int filterSize, bool filter, bool frequencyFilter, int frequencyCount ) : System.Web.Mvc.ActionResult
NotFrequencyCharacteristic ( int characteristicTypeLinkId, long sequenceId, Chain chain, IBinaryCalculator calculator, Link link ) : void

The not frequency characteristic.

SortKeyValuePairList ( double>.List arrayForSort ) : void

The sort key value pair list.

메소드 상세

Index() 공개 메소드

The index.
public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

RelationCalculationController() 공개 메소드

Initializes a new instance of the RelationCalculationController class.
public RelationCalculationController ( ) : System
리턴 System