Class IndexerSelector
- java.lang.Object
-
- ubic.basecode.ontology.jena.search.IndexerSelector
-
- All Implemented Interfaces:
com.hp.hpl.jena.rdf.model.Selector
public class IndexerSelector extends Object implements com.hp.hpl.jena.rdf.model.Selector
Used to limit which parts of ontologies get indexed for searching. This avoids indexing some parts of ontologies such as "examples" and "definitions" but this is set up in a partly ontology-specific way (that is, hard-coded).- Author:
- paul
-
-
Constructor Summary
Constructors Constructor Description IndexerSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.hp.hpl.jena.rdf.model.RDFNode
getObject()
com.hp.hpl.jena.rdf.model.Property
getPredicate()
com.hp.hpl.jena.rdf.model.Resource
getSubject()
boolean
isSimple()
boolean
test(com.hp.hpl.jena.rdf.model.Statement s)
-
-
-
Method Detail
-
getObject
public com.hp.hpl.jena.rdf.model.RDFNode getObject()
- Specified by:
getObject
in interfacecom.hp.hpl.jena.rdf.model.Selector
-
getPredicate
public com.hp.hpl.jena.rdf.model.Property getPredicate()
- Specified by:
getPredicate
in interfacecom.hp.hpl.jena.rdf.model.Selector
-
getSubject
public com.hp.hpl.jena.rdf.model.Resource getSubject()
- Specified by:
getSubject
in interfacecom.hp.hpl.jena.rdf.model.Selector
-
isSimple
public boolean isSimple()
- Specified by:
isSimple
in interfacecom.hp.hpl.jena.rdf.model.Selector
-
test
public boolean test(com.hp.hpl.jena.rdf.model.Statement s)
- Specified by:
test
in interfacecom.hp.hpl.jena.rdf.model.Selector
-
-