org.jrdf.sparql.builder
Interface TripleBuilder

All Superinterfaces:
org.jrdf.sparql.parser.node.Switch
All Known Implementing Classes:
TripleBuilderImpl

public interface TripleBuilder
extends org.jrdf.sparql.parser.node.Switch


Method Summary
 void addPrefix(String identifier, String resource)
           
 List<AttributeValuePair> getTriples()
           
 

Method Detail

getTriples

List<AttributeValuePair> getTriples()
                                    throws org.jrdf.sparql.parser.parser.ParserException
Throws:
org.jrdf.sparql.parser.parser.ParserException

addPrefix

void addPrefix(String identifier,
               String resource)