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