Uses of Interface
org.jrdf.query.relation.operation.Restrict

Packages that use Restrict
org.jrdf.query.execute   
org.jrdf.query.relation.operation.mem.restrict   
 

Uses of Restrict in org.jrdf.query.execute
 

Constructors in org.jrdf.query.execute with parameters of type Restrict
NaiveQueryEngineImpl(Project project, NadicJoin naturalJoin, Restrict restrict, Union union, DyadicJoin leftOuterJoin)
           
 

Uses of Restrict in org.jrdf.query.relation.operation.mem.restrict
 

Classes in org.jrdf.query.relation.operation.mem.restrict that implement Restrict
 class RestrictImpl
          The relational operation that remove tuples that don't meet a specific criteria.