C# Class AlphabetCheckers.ChainsAlphabet

The alpabet chains.
Inheritance: Alphabet
Show file Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Methods

Method Description
Add ( IBaseObject item ) : int

Addes chain to alphabet.

GetLengthList ( ) : ArrayList

The get length list.

Method Details

Add() public method

Addes chain to alphabet.
public Add ( IBaseObject item ) : int
item IBaseObject /// The item. ///
return int

GetLengthList() public method

The get length list.
public GetLengthList ( ) : ArrayList
return System.Collections.ArrayList