C# 클래스 Segmenter.Base.Seekers.Converters.Filter

Filters a sequence of signs in compliance with set rules. The filter handles only words
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Chain ComplexChain
replacement string

공개 메소드들

메소드 설명
Filter ( ComplexChain chain ) : LibiadaCore.Core.SimpleTypes

Initializes a new instance of the Filter class.

FilterOut ( string str ) : int

Removes all specified entry letters in any word

GetChain ( ) : ComplexChain

The get chain.

Replace ( string str, string replacement ) : int

Replaces all specified entry letters in any word

비공개 메소드들

메소드 설명
Hints ( int len, string str ) : int

The hints.

메소드 상세

Filter() 공개 메소드

Initializes a new instance of the Filter class.
public Filter ( ComplexChain chain ) : LibiadaCore.Core.SimpleTypes
chain ComplexChain /// The chain. ///
리턴 LibiadaCore.Core.SimpleTypes

FilterOut() 공개 메소드

Removes all specified entry letters in any word
public FilterOut ( string str ) : int
str string specified substring
리턴 int

GetChain() 공개 메소드

The get chain.
public GetChain ( ) : ComplexChain
리턴 ComplexChain

Replace() 공개 메소드

Replaces all specified entry letters in any word
public Replace ( string str, string replacement ) : int
str string specified substring
replacement string something that must be replaced
리턴 int

프로퍼티 상세

Chain 보호되어 있는 프로퍼티

The chain.
protected ComplexChain Chain
리턴 ComplexChain

replacement 보호되어 있는 프로퍼티

The replacement.
protected string replacement
리턴 string