C# Class Segmenter.Base.Seekers.Seeker

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

Protected Properties

Property Type Description
iterator IIterator
result List

Public Methods

Method 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 method

The custom iterator.
public CustomIterator ( IIterator iterator ) : void
iterator IIterator /// The iterator. ///
return void

Seek() public method

The seek.
public Seek ( List required ) : int
required List /// The required. ///
return int

Seeker() public method

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

Property Details

iterator protected_oe property

The iterator.
protected IIterator iterator
return IIterator

result protected_oe property

The result.
protected List result
return List