Interface NodeTransformable<T>

Type Parameters:
T -

public interface NodeTransformable<T>
Interface that introduces an applyNodeTransform method. Objects of implementing classes are expected to return a copy of themselves with the substitution applied. Not yet used, but may be useful for substitutions
Author:
raven
  • Method Summary

    Modifier and Type
    Method
    Description
    applyNodeTransform(org.apache.jena.sparql.graph.NodeTransform nodeTransform)
     
  • Method Details

    • applyNodeTransform

      T applyNodeTransform(org.apache.jena.sparql.graph.NodeTransform nodeTransform)