com.hp.hpl.jena.sparql.algebra.optimize
Class TransformScopeRename

java.lang.Object
  extended by com.hp.hpl.jena.sparql.algebra.optimize.TransformScopeRename

public class TransformScopeRename
extends Object

Rename variables so that names can be treated globally. (project) and (group) can hide variables, but we only need to account for OpProject because group is never executed linearly.


Constructor Summary
TransformScopeRename()
           
 
Method Summary
static Op transform(Op op)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformScopeRename

public TransformScopeRename()
Method Detail

transform

public static Op transform(Op op)


Licenced under the Apache License, Version 2.0