C# Class AlphabetCheckers.ActualChain

Class representing actual chain.
Inheritance: ICloneable
Show file Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Methods

Method Description
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.

Method Details

ActualChain() public method

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

Clone() public method

The clone.
public Clone ( ) : object
return object

GetResult() public method

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

RemoveCharacter() public method

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