anl.aida.core
Class STCBuilder.STCollection.STCProcedure

java.lang.Object
  extended by anl.aida.core.STCBuilder.STCollection.STCProcedure
All Implemented Interfaces:
cern.colt.function.IntObjectProcedure
Enclosing class:
STCBuilder.STCollection

 class STCBuilder.STCollection.STCProcedure
extends java.lang.Object
implements cern.colt.function.IntObjectProcedure


Field Summary
(package private)  ScoredTermCallback callback
           
(package private)  AIDAException ex
           
(package private)  int termIndex
           
 
Constructor Summary
STCBuilder.STCollection.STCProcedure(ScoredTermCallback callback)
           
 
Method Summary
 boolean apply(int first, java.lang.Object second)
           
 AIDAException getEx()
           
 void newTerm(int index, MIFSTerm term)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

callback

ScoredTermCallback callback

termIndex

int termIndex

ex

AIDAException ex
Constructor Detail

STCBuilder.STCollection.STCProcedure

public STCBuilder.STCollection.STCProcedure(ScoredTermCallback callback)
Method Detail

newTerm

public void newTerm(int index,
                    MIFSTerm term)

getEx

public AIDAException getEx()

apply

public boolean apply(int first,
                     java.lang.Object second)
Specified by:
apply in interface cern.colt.function.IntObjectProcedure