com.hp.hpl.jena.graph.query
Interface PredicateFactory


public interface PredicateFactory

Author:
kers
A query PredicateFactory is something that can construct a Predicate from two Valuators.

Method Summary
 Predicate construct(Valuator L, Valuator R)
           
 

Method Detail

construct

public Predicate construct(Valuator L,
                           Valuator R)


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.