C# 클래스 AlphabetCheckers.ActualChain

Class representing actual chain.
상속: ICloneable
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

공개 메소드들

메소드 설명
ActualChain ( BaseChain source ) : System

Initializes a new instance of the ActualChain class.

Clone ( ) : object

The clone.

GetResult ( ) : BaseChain

The get result.

RemoveCharacter ( int length ) : void

Removes character.

메소드 상세

ActualChain() 공개 메소드

Initializes a new instance of the ActualChain class.
public ActualChain ( BaseChain source ) : System
source LibiadaCore.Core.BaseChain /// The source chain. ///
리턴 System

Clone() 공개 메소드

The clone.
public Clone ( ) : object
리턴 object

GetResult() 공개 메소드

The get result.
public GetResult ( ) : BaseChain
리턴 LibiadaCore.Core.BaseChain

RemoveCharacter() 공개 메소드

Removes character.
public RemoveCharacter ( int length ) : void
length int /// The length. ///
리턴 void