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<Node,Node>

public class NodeTransformBNodesToVariables
extends Object
implements NodeTransform


Constructor Summary
NodeTransformBNodesToVariables()
           
 
Method Summary
 Node convert(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 Node convert(Node node)
Specified by:
convert in interface NodeTransform
Specified by:
convert in interface Transform<Node,Node>


Licenced under the Apache License, Version 2.0