C# Class AlphabetCheckers.ActualChain

Class representing actual chain.
Inheritance: ICloneable
Afficher le fichier Open project: intervals-mining-lab/libiada-core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Clone() public méthode

The clone.
public Clone ( ) : object
Résultat object

GetResult() public méthode

The get result.
public GetResult ( ) : BaseChain
Résultat LibiadaCore.Core.BaseChain

RemoveCharacter() public méthode

Removes character.
public RemoveCharacter ( int length ) : void
length int /// The length. ///
Résultat void