essentialMatchingPairsWithMinimalRepetitionLength: |
call only if prepared. calculates the essential mathing pairs in the string with a minimal repetitionlength.
- (NSArray *) essentialMatchingPairsWithMinimalRepetitionLength:(int)minimalLength;
initWithString: |
initialises a new repetition finder with a string to be parsed.
- (id)initWithString:(NSString *)aString;
prepare |
prepares datastructure for calculation.
- (void)prepare;
prepareWithString: |
sets string to be parsed and prepares datastructure for calculation.
- (void)prepareWithString:(NSString *)aString;
printToLog |
prints the repetition finder to NSLog().
- (void)printToLog;
setString: |
sets the string to be parsed.
- (void)setString:(NSString *)aString;
(Last Updated M/D/Y)