AppController


Discussion

controller for the main application flow.

Methods

-drawArcsWithString:andMinimalRepetitionLength:
draws arc diagrams for a string with a minimal repetition length.

drawArcsWithString:andMinimalRepetitionLength:


draws arc diagrams for a string with a minimal repetition length.

- (void)drawArcsWithString:(NSString *)aString 
        andMinimalRepetitionLength:(int)minimalLength;
Parameter Descriptions
aString
a string to be visualized.
minimalLength
minimal repetition length.

(Last Updated M/D/Y)