Method | Description | |
---|---|---|
GetGuessForWordform ( IWfiWordform wf, int ws ) : IAnalysis | ||
InterlinViewCacheLoader ( AnalysisGuessServices guessServices, SIL.FieldWorks.IText.InterlinViewDataCache sdaDecorator ) : System | ||
LoadParaData ( IStTxtPara para ) : void | ||
LoadSegmentData ( ISegment seg ) : void | ||
RecordGuessIfNotKnown ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence occurrence ) : void | ||
ResetGuessCache ( ) : void | ||
UpdatingOccurrence ( IAnalysis oldAnalysis, IAnalysis newAnalysis ) : bool |
Replacing a single occurrence, we MIGHT need to reset the guess cache.
|
Method | Description | |
---|---|---|
NoteCurrentAnnotation ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence occurrence ) : void | ||
SetInt ( int hvo, int flid, int n ) : void |
|
|
SetObjProp ( int hvo, int flid, int objValue ) : void |
this is so we can subclass the loader to test whether values have actually changed.
|
Method | Description | |
---|---|---|
LoadAnalysisData ( IStTxtPara para, HashSet |
Load guesses for the paragraph.
|
|
RecordGuessIfAvailable ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence occurrence ) : void |
public GetGuessForWordform ( IWfiWordform wf, int ws ) : IAnalysis | ||
wf | IWfiWordform | |
ws | int | |
return | IAnalysis |
public InterlinViewCacheLoader ( AnalysisGuessServices guessServices, SIL.FieldWorks.IText.InterlinViewDataCache sdaDecorator ) : System | ||
guessServices | AnalysisGuessServices | |
sdaDecorator | SIL.FieldWorks.IText.InterlinViewDataCache | |
return | System |
public LoadParaData ( IStTxtPara para ) : void | ||
para | IStTxtPara | |
return | void |
public LoadSegmentData ( ISegment seg ) : void | ||
seg | ISegment | |
return | void |
protected NoteCurrentAnnotation ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence occurrence ) : void | ||
occurrence | SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence | |
return | void |
public RecordGuessIfNotKnown ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence occurrence ) : void | ||
occurrence | SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence | |
return | void |
protected SetInt ( int hvo, int flid, int n ) : void | ||
hvo | int | |
flid | int | |
n | int | |
return | void |
protected SetObjProp ( int hvo, int flid, int objValue ) : void | ||
hvo | int | |
flid | int | |
objValue | int | |
return | void |
public UpdatingOccurrence ( IAnalysis oldAnalysis, IAnalysis newAnalysis ) : bool | ||
oldAnalysis | IAnalysis | |
newAnalysis | IAnalysis | |
return | bool |