tml.vectorspace.operations
Class LastPassage

java.lang.Object
  extended by tml.vectorspace.operations.AbstractOperation<LastPassageResult>
      extended by tml.vectorspace.operations.LastPassage
All Implemented Interfaces:
Operation<LastPassageResult>

public class LastPassage
extends AbstractOperation<LastPassageResult>

Extracts the last passage of the corpus, given the linearity expected in the index.

Author:
Jorge Villalon

Constructor Summary
LastPassage()
           
 
Method Summary
 void start()
          Starts the operation execution
 
Methods inherited from class tml.vectorspace.operations.AbstractOperation
addOperationListener, getBackgroundKnowledgeCorpus, getCorpus, getMaxResults, getName, getRepository, getResults, getResultsCSVString, getResultsNumber, getResultsString, getResultsStringTable, getResultsTable, getResultsTableHeader, getResultsXML, getTimeElapsed, printResults, printResultsCSV, printResultsMatlab, removeOperationListener, setBackgroundKnowledgeCorpus, setCorpus, setMaxResults, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LastPassage

public LastPassage()
Method Detail

start

public void start()
           throws java.lang.Exception
Description copied from interface: Operation
Starts the operation execution

Specified by:
start in interface Operation<LastPassageResult>
Overrides:
start in class AbstractOperation<LastPassageResult>
Throws:
java.lang.Exception