Uses of Interface
org.jrdf.query.relation.attributename.AttributeName

Packages that use AttributeName
org.jrdf.query.execute   
org.jrdf.query.expression   
org.jrdf.query.relation   
org.jrdf.query.relation.attributename   
org.jrdf.query.relation.mem   
org.jrdf.sparql.analysis   
 

Uses of AttributeName in org.jrdf.query.execute
 

Method parameters in org.jrdf.query.execute with type arguments of type AttributeName
 void QueryEngine.setAllVariables(Map<AttributeName,PositionalNodeType> variables)
           
 void NaiveQueryEngineImpl.setAllVariables(Map<AttributeName,PositionalNodeType> allVariables)
           
 

Uses of AttributeName in org.jrdf.query.expression
 

Methods in org.jrdf.query.expression that return types with arguments of type AttributeName
 Map<AttributeName,PositionalNodeType> Projection.getAllVariables()
           
 

Method parameters in org.jrdf.query.expression with type arguments of type AttributeName
 List<AttributeValuePair> Constraint.getAvp(Map<AttributeName,? extends NodeType> allVariables)
           
 

Constructor parameters in org.jrdf.query.expression with type arguments of type AttributeName
Projection(VariableCollector collector, LinkedHashSet<AttributeName> declaredVariables, Expression<ExpressionVisitor> nextExpression)
           
 

Uses of AttributeName in org.jrdf.query.relation
 

Methods in org.jrdf.query.relation that return AttributeName
 AttributeName Attribute.getAttributeName()
          The name of the attribute - either a variable name or some assigned name.
 

Uses of AttributeName in org.jrdf.query.relation.attributename
 

Classes in org.jrdf.query.relation.attributename that implement AttributeName
 class PositionName
           
 class VariableName
          Stuff goes in here.
 

Methods in org.jrdf.query.relation.attributename with parameters of type AttributeName
 int AttributeNameComparatorImpl.compare(AttributeName attName1, AttributeName attName2)
           
 

Uses of AttributeName in org.jrdf.query.relation.mem
 

Methods in org.jrdf.query.relation.mem that return AttributeName
 AttributeName AttributeImpl.getAttributeName()
           
 

Constructors in org.jrdf.query.relation.mem with parameters of type AttributeName
AttributeImpl(AttributeName newAttributeName, NodeType newType)
           
 

Uses of AttributeName in org.jrdf.sparql.analysis
 

Methods in org.jrdf.sparql.analysis that return AttributeName
 AttributeName VariableAnalyser.getVariableName()
           
 

Methods in org.jrdf.sparql.analysis that return types with arguments of type AttributeName
 Map<AttributeName,PositionalNodeType> VariableCollector.getAttributes()
           
 Map<AttributeName,PositionalNodeType> AttributeCollectorImpl.getAttributes()