org.deri.iris.evaluation.topdown
Class SafeStandardLiteralSelector
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SafeStandardLiteralSelector
public SafeStandardLiteralSelector()
select
public ILiteral select(List<ILiteral> list)
- Specified by:
select in interface ILiteralSelector