com.hp.hpl.mesa.rdf.jena.model
Interface Selector
- All Known Implementing Classes:
- SelectorImpl
- public interface Selector
A Statement selector.
Model includes list and query methods which will return all the
statements which are selected by a selector object. This is the interface
of such selector objects.
- Version:
- Release='$Name: $' Revision='$Revision: 1.1 $' Date='$Date: 2001/01/05 14:16:44 $'
- Author:
- bwm
Method Summary |
boolean |
test(Statement s)
Determine whether a Statement should be selected. |
test
public boolean test(Statement s)
throws java.lang.Exception
- Determine whether a Statement should be selected.
- Parameters:
s
- The statement to be considered.- Returns:
- true if the statement has been selected.
- Throws:
java.lang.Exception
- May throw any exception.
Copyright © 2001 Hewlett-Packard. All Rights Reserved.