C# Class Segmenter.Base.Seekers.Seeker

Searching for occurrences of a sequence
Inheritance: Interfaces.Seeker
Afficher le fichier Open project: intervals-mining-lab/libiada-core Class Usage Examples

Protected Properties

Свойство Type Description
iterator IIterator
result List

Méthodes publiques

Méthode Description
CustomIterator ( IIterator iterator ) : void

The custom iterator.

Seek ( List required ) : int

The seek.

Seeker ( IIterator where ) : System.Collections.Generic

Initializes a new instance of the Seeker class.

Method Details

CustomIterator() public méthode

The custom iterator.
public CustomIterator ( IIterator iterator ) : void
iterator IIterator /// The iterator. ///
Résultat void

Seek() public méthode

The seek.
public Seek ( List required ) : int
required List /// The required. ///
Résultat int

Seeker() public méthode

Initializes a new instance of the Seeker class.
public Seeker ( IIterator where ) : System.Collections.Generic
where IIterator /// The where. ///
Résultat System.Collections.Generic

Property Details

iterator protected_oe property

The iterator.
protected IIterator iterator
Résultat IIterator

result protected_oe property

The result.
protected List result
Résultat List