4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.fragmentUpdater.Comparator.IndexAndlength Class Reference

Auxiliary class with index, offset and word length. More...

Collaboration diagram for cz.vutbr.fit.knot.annotations.fragmentUpdater.Comparator.IndexAndlength:
Collaboration graph

Public Member Functions

 IndexAndlength ()
 
 IndexAndlength (Integer index, int comparedWordLength, int offset)
 

Public Attributes

Integer index = 0
 
int comparedWordLength = 0
 
int offset = 0
 

Detailed Description

Auxiliary class with index, offset and word length.

Auxiliary class with index, offset and word length.

Definition at line 916 of file Comparator.java.

Constructor & Destructor Documentation

cz.vutbr.fit.knot.annotations.fragmentUpdater.Comparator.IndexAndlength.IndexAndlength ( )

Default Constructor

Definition at line 927 of file Comparator.java.

cz.vutbr.fit.knot.annotations.fragmentUpdater.Comparator.IndexAndlength.IndexAndlength ( Integer  index,
int  comparedWordLength,
int  offset 
)

Constructor

Parameters
indexIndex
comparedWordLengthCompared word length
offsetOffset

Definition at line 938 of file Comparator.java.

Member Data Documentation

int cz.vutbr.fit.knot.annotations.fragmentUpdater.Comparator.IndexAndlength.comparedWordLength = 0

Compared word length

Definition at line 920 of file Comparator.java.

Integer cz.vutbr.fit.knot.annotations.fragmentUpdater.Comparator.IndexAndlength.index = 0

Index

Definition at line 918 of file Comparator.java.

int cz.vutbr.fit.knot.annotations.fragmentUpdater.Comparator.IndexAndlength.offset = 0

Offset

Definition at line 922 of file Comparator.java.


The documentation for this class was generated from the following file: