Classes | |
| class | AbstractProcessor< S extends WindowScore > |
Public Member Functions | |
| S | processWindow (Annotation annotation) |
| S | processWindow (Annotation annotation, S previousScore) |
| void | initRegion (Annotation region) |
| void | finishedRegion () |
Every WindowScore superclass can also implement a WindowProcessor class that will wrap the WindowScore class so that it can be passed to the WindowScoringIterator.
| void umms.core.model.score.WindowProcessor< S extends WindowScore >.finishedRegion | ( | ) |
| void umms.core.model.score.WindowProcessor< S extends WindowScore >.initRegion | ( | Annotation | region | ) |
| S umms.core.model.score.WindowProcessor< S extends WindowScore >.processWindow | ( | Annotation | annotation | ) |
| S umms.core.model.score.WindowProcessor< S extends WindowScore >.processWindow | ( | Annotation | annotation, |
| S | previousScore | ||
| ) |
1.8.7