|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.gla.terrier.terms.NoOp
public class NoOp
A do-nothing term pipeline object. Simply passes the term onto the next component of the pipeline.
Constructor Summary | |
---|---|
NoOp(TermPipeline next)
Constructs an instance of the class, given the next component in the pipeline. |
Method Summary | |
---|---|
void |
processTerm(java.lang.String t)
Pass the term onto the next term pipeline object, without making any changes to it. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoOp(TermPipeline next)
next
- TermPipeline the next component in
the term pipeline.Method Detail |
---|
public final void processTerm(java.lang.String t)
processTerm
in interface TermPipeline
t
- The term
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |