|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeSetFilter
Defines constraints to a set of RDF Node
s.
Method Summary | |
---|---|
void |
limitTo(com.hp.hpl.jena.graph.Node node)
Limits this node set to one particular node. |
void |
limitToBlankNodes()
Limits this node set to blank nodes. |
void |
limitToEmptySet()
Limits the node set to the empty set. |
void |
limitToLiterals(String language,
com.hp.hpl.jena.datatypes.RDFDatatype datatype)
Limits this node set to literals having a particular language tag and datatype. |
void |
limitToURIs()
Limits this node set to URI nodes. |
void |
limitValuesToAttribute(Attribute attribute)
Limits this node set to those whose value matches a value in a particular database table column. |
void |
limitValuesToBlankNodeID(BlankNodeID id)
Limits this node set to nodes whose value matches the values produced by a blank node ID. |
void |
limitValuesToPattern(Pattern pattern)
Limits this node set to nodes whose value matches the values produced by a pattern. |
Method Detail |
---|
void limitToEmptySet()
void limitTo(com.hp.hpl.jena.graph.Node node)
node
- A fixed singleton nodevoid limitToURIs()
void limitToBlankNodes()
void limitToLiterals(String language, com.hp.hpl.jena.datatypes.RDFDatatype datatype)
language
- The language tag of all nodes in the set, or null
for plain or datatype literalsdatatype
- The datatype of all nodes in the set, or null
for plain literalsvoid limitValuesToAttribute(Attribute attribute)
attribute
- The attribute containing possible valuesvoid limitValuesToPattern(Pattern pattern)
pattern
- The pattern producing possible valuesvoid limitValuesToBlankNodeID(BlankNodeID id)
id
- The blank node ID producing possible values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |