ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Classes | Public Member Functions | List of all members
umms.core.model.score.WindowProcessor< S extends WindowScore > Interface Reference

Classes

class  AbstractProcessor< S extends WindowScore >
 

Public Member Functions

processWindow (Annotation annotation)
 
processWindow (Annotation annotation, S previousScore)
 
void initRegion (Annotation region)
 
void finishedRegion ()
 

Detailed Description

Every WindowScore superclass can also implement a WindowProcessor class that will wrap the WindowScore class so that it can be passed to the WindowScoringIterator.

Member Function Documentation

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,
previousScore 
)

The documentation for this interface was generated from the following file: