C# Class natix.CompactDS.FMIndex

Inheritance: ITextIndex
Afficher le fichier Open project: sadit/natix

Méthodes publiques

Свойство Type Description
SA_invsamples ListIFS
SA_marked Bitmap
SA_samples ListIFS
charT int[]
newF Bitmap
seqIndex Sequence

Méthodes publiques

Méthode Description
Build ( string sa_name, SequenceBuilder seq_builder = null ) : void
CountOcc ( IList query ) : int
Extract ( int start_pos, int len ) : IList
FMIndex ( ) : System
Load ( string basename ) : void
Locate ( IList query ) : IList
Locate ( int suffix ) : int
Save ( string basename ) : void
Search ( IList query, int &start_pos, int &end_pos ) : bool

Private Methods

Méthode Description
GetCharId ( int c ) : int
LF ( int i ) : int
_Reverse ( IList O ) : IList

Method Details

Build() public méthode

public Build ( string sa_name, SequenceBuilder seq_builder = null ) : void
sa_name string
seq_builder SequenceBuilder
Résultat void

CountOcc() public méthode

public CountOcc ( IList query ) : int
query IList
Résultat int

Extract() public méthode

public Extract ( int start_pos, int len ) : IList
start_pos int
len int
Résultat IList

FMIndex() public méthode

public FMIndex ( ) : System
Résultat System

Load() public méthode

public Load ( string basename ) : void
basename string
Résultat void

Locate() public méthode

public Locate ( IList query ) : IList
query IList
Résultat IList

Locate() public méthode

public Locate ( int suffix ) : int
suffix int
Résultat int

Save() public méthode

public Save ( string basename ) : void
basename string
Résultat void

Search() public méthode

public Search ( IList query, int &start_pos, int &end_pos ) : bool
query IList
start_pos int
end_pos int
Résultat bool

Property Details

SA_invsamples public_oe property

public ListIFS SA_invsamples
Résultat ListIFS

SA_marked public_oe property

public Bitmap,natix.CompactDS SA_marked
Résultat Bitmap

SA_samples public_oe property

public ListIFS SA_samples
Résultat ListIFS

charT public_oe property

public int[] charT
Résultat int[]

newF public_oe property

public Bitmap,natix.CompactDS newF
Résultat Bitmap

seqIndex public_oe property

public Sequence seqIndex
Résultat Sequence