C# 클래스 Smrf.AppLib.CountedTermBase

Base class for classes that store a term that has been counted.
A "term" can be a word, for example, or a word pair. The meaning of "term" is determined by the derived class.
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_dSalience Double
m_iCount System.Int32
m_iDocumentsInWhichTermWasCounted System.Int32

공개 메소드들

메소드 설명
CountedTermBase ( ) : System

Initializes a new instance of the CountedTermBase class.

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

CountedTermBase() 공개 메소드

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

프로퍼티 상세

m_dSalience 보호되어 있는 프로퍼티

protected Double m_dSalience
리턴 Double

m_iCount 보호되어 있는 프로퍼티

protected Int32,System m_iCount
리턴 System.Int32

m_iDocumentsInWhichTermWasCounted 보호되어 있는 프로퍼티

protected Int32,System m_iDocumentsInWhichTermWasCounted
리턴 System.Int32