org.apache.slide.search.basic
Interface IBasicExpression

All Known Implementing Classes:
BasicExpression, EmptyExpression

public interface IBasicExpression

An IBasicExpression represents an executable part of the expression tree. Different stores may have different implementations.

Version:
$Revision: 1.2.2.1 $
Author:
Martin Wallmer

Method Summary
 IBasicResultSet execute()
          Method execute
 

Method Detail

execute

public IBasicResultSet execute()
                        throws SearchException
Method execute

Returns:
a Set of RequestedResource objects
Throws:
SearchException