Node Class Reference

Word Tree Node. More...

#import <Node.h>

List of all members.

Public Member Functions

(id) - initWithString:
(void) - addChild:
(void) - sortArrays
 sorts this nodes children according to their countOfLeaves. Limits [children count] to 30
(void) - incCount
(void) - incCountOfLeaves

Protected Attributes

NSMutableArray * children

Properties

NSString * word
NSArray * children
Nodeparent
NSUInteger count
NSUInteger countOfLeaves
BOOL hasPointAsParent
CGPoint pos
 Starting position for B-Spline connecting this node and his children.


Detailed Description

Word Tree Node.

Member Function Documentation

- (void) addChild: (Node*)  node  

- (void) incCount  

- (void) incCountOfLeaves  

- (id) initWithString: (NSString*)  aWord  

- (void) sortArrays  

sorts this nodes children according to their countOfLeaves. Limits [children count] to 30


Member Data Documentation

- (NSMutableArray*) children [protected]


Property Documentation

- (NSArray*) children [read, assign]

- (NSUInteger) count [read, assign]

- (NSUInteger) countOfLeaves [read, assign]

- (BOOL) hasPointAsParent [read, write, assign]

- (Node *) parent [read, write, retain]

- (CGPoint) pos [read, write, assign]

Starting position for B-Spline connecting this node and his children.

- (NSString *) word [read, assign]


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

Generated on Wed Jun 3 00:27:59 2009 for Word Tree by  doxygen 1.5.9