Interface Triple

All Known Implementing Classes:
TripleImpl

public interface Triple
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.graph.Triple
    Returns a representation of this triple as an object of the class Triple of the Jena API.
  • Method Details

    • asJenaTriple

      org.apache.jena.graph.Triple asJenaTriple()
      Returns a representation of this triple as an object of the class Triple of the Jena API.