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

All Known Implementing Classes:
PatternStageCompiler

public interface PatternCompiler

Author:
kers

Method Summary
 Element any()
           
 Element bind(Node n, int index)
           
 Element bound(Node n, int index)
           
 Element fixed(Node value)
           
 

Method Detail

fixed

public Element fixed(Node value)

bound

public Element bound(Node n,
                     int index)

bind

public Element bind(Node n,
                    int index)

any

public Element any()


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