Uses of Class
com.bigdata.rdf.spo.SPOPredicate

Packages that use SPOPredicate
com.bigdata.rdf.rules   
com.bigdata.rdf.spo This package defines a statement model using long term identifiers rather than RDF Value objects. 
 

Uses of SPOPredicate in com.bigdata.rdf.rules
 

Constructors in com.bigdata.rdf.rules with parameters of type SPOPredicate
AbstractRuleDistinctTermScan(String name, SPOPredicate head, SPOPredicate[] body, IConstraint[] constraints)
           
AbstractRuleDistinctTermScan(String name, SPOPredicate head, SPOPredicate[] body, IConstraint[] constraints)
           
AbstractRuleFastClosure_11_13(String name, SPOPredicate head, SPOPredicate[] body, IConstraint[] constraints)
           
AbstractRuleFastClosure_11_13(String name, SPOPredicate head, SPOPredicate[] body, IConstraint[] constraints)
           
 

Uses of SPOPredicate in com.bigdata.rdf.spo
 

Subclasses of SPOPredicate in com.bigdata.rdf.spo
 class SPOStarJoin
          Implementation of a star join for SPOs.
 

Methods in com.bigdata.rdf.spo that return SPOPredicate
 SPOPredicate SPOStarJoin.asBound(IBindingSet bindingSet)
          Return an as-bound version of this star join and its star contraints using the supplied binding set.
 SPOPredicate SPOPredicate.asBound(IBindingSet bindingSet)
          Strengthened return type.
 SPOPredicate SPOPredicate.clone()
           
 SPOPredicate SPOAccessPath.getPredicate()
          Strengthened return type.
 

Constructors in com.bigdata.rdf.spo with parameters of type SPOPredicate
SPOPredicate(SPOPredicate op)
          Required deep copy constructor.
SPOStarJoin(SPOPredicate pred)
          Construct an SPO star join from a normal SPO predicate.
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.