com.hp.hpl.jena.sparql.modify
Class NodeTransformBNodesToVariables

java.lang.Object
  extended by com.hp.hpl.jena.sparql.modify.NodeTransformBNodesToVariables
All Implemented Interfaces:
NodeTransform, Transform<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Node>

public class NodeTransformBNodesToVariables
extends Object
implements NodeTransform


Constructor Summary
NodeTransformBNodesToVariables()
           
 
Method Summary
 com.hp.hpl.jena.graph.Node convert(com.hp.hpl.jena.graph.Node node)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeTransformBNodesToVariables

public NodeTransformBNodesToVariables()
Method Detail

convert

public com.hp.hpl.jena.graph.Node convert(com.hp.hpl.jena.graph.Node node)
Specified by:
convert in interface NodeTransform
Specified by:
convert in interface Transform<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Node>


Licenced under the Apache License, Version 2.0