#import <WordInfo.h>
Abgeleitet von CandWord.
Öffentliche Methoden | |
| (id) | - initWithWord:withYomi:inConnection:outConnection:weight: |
| (void) | - dealloc |
| (void) | - addOutConnection: |
| (void) | - addWeight: |
| (id) | - yomi |
| (int) | - inConnection |
| (int *) | - outConnection |
| (int) | - outConnections |
| (int) | - weight |
| (void) | - setWeight: |
Geschützte Attribute | |
| NSString * | _yomi |
| int | _inConnection |
| int | _outConnection [10] |
| int | _outConnections |
| int | _weight |
Definiert in Zeile 11 der Datei WordInfo.h.
| - (id) initWithWord: | (id) | fp8 | ||
| withYomi: | (id) | fp12 | ||
| inConnection: | (int) | fp16 | ||
| outConnection: | (int) | fp20 | ||
| weight: | (int) | fp24 | ||
| - (void) dealloc |
Implementiert CandWord.
| - (void) addOutConnection: | (int) | fp8 |
| - (void) addWeight: | (int) | fp8 |
| - (id) yomi |
| - (int) inConnection |
| - (int *) outConnection |
| - (int) outConnections |
| - (int) weight |
| - (void) setWeight: | (int) | fp8 |
Definiert in Zeile 13 der Datei WordInfo.h.
- (int) _inConnection [protected] |
Definiert in Zeile 14 der Datei WordInfo.h.
- (int _outConnection[10]) [protected] |
Definiert in Zeile 15 der Datei WordInfo.h.
- (int) _outConnections [protected] |
Definiert in Zeile 16 der Datei WordInfo.h.
- (int) _weight [protected] |
Definiert in Zeile 17 der Datei WordInfo.h.