org.deri.iris.evaluation.topdown
Class StandardLiteralSelector

java.lang.Object
  extended by org.deri.iris.evaluation.topdown.StandardLiteralSelector
All Implemented Interfaces:
ILiteralSelector

public class StandardLiteralSelector
extends Object
implements ILiteralSelector

Standard Literal Selector. Always selects the most-left literal.

Author:
gigi

Constructor Summary
StandardLiteralSelector()
           
 
Method Summary
 ILiteral select(List<ILiteral> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardLiteralSelector

public StandardLiteralSelector()
Method Detail

select

public ILiteral select(List<ILiteral> list)
Specified by:
select in interface ILiteralSelector