tml.vectorspace.operations.results
Class NullResult

java.lang.Object
  extended by tml.vectorspace.operations.results.AbstractResult
      extended by tml.vectorspace.operations.results.NullResult

public class NullResult
extends AbstractResult

This result applies to operations were no complex results are stored.

Author:
Jorge Villalon

Constructor Summary
NullResult()
           
 
Method Summary
 
Methods inherited from class tml.vectorspace.operations.results.AbstractResult
getHeaders, getValues
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullResult

public NullResult()