org.deri.iris.evaluation.topdown
Class SafeStandardLiteralSelector

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

public class SafeStandardLiteralSelector
extends Object
implements ILiteralSelector

Safe Standard Literal Selector. Always selects the most-left positive or negative grounded literal.

Author:
gigi

Constructor Summary
SafeStandardLiteralSelector()
           
 
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

SafeStandardLiteralSelector

public SafeStandardLiteralSelector()
Method Detail

select

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