org.jrdf.sparql.analysis
Interface VariableCollector

All Superinterfaces:
Serializable
All Known Implementing Classes:
AttributeCollectorImpl

public interface VariableCollector
extends Serializable

A variable collector takes the attribute value pairs from constraints and add them to a map. Used to construct queries.

Version:
$Revision: 1078 $
Author:
Andrew Newman

Method Summary
 void addConstraints(List<AttributeValuePair> avps)
           
 Map<AttributeName,PositionalNodeType> getAttributes()
           
 

Method Detail

addConstraints

void addConstraints(List<AttributeValuePair> avps)

getAttributes

Map<AttributeName,PositionalNodeType> getAttributes()