Interface NormalizeTerm

All Known Implementing Classes:
NormalizeRDFTerms
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface NormalizeTerm
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.graph.Node
    normalize(org.apache.jena.graph.Node node)
     
  • Method Details

    • normalize

      org.apache.jena.graph.Node normalize(org.apache.jena.graph.Node node)