Package se.liu.ida.hefquin.base.data
Interface Triple
- All Known Implementing Classes:
TripleImpl
public interface Triple
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.graph.TripleReturns a representation of this triple as an object of the classTripleof the Jena API.
-
Method Details
-
asJenaTriple
org.apache.jena.graph.Triple asJenaTriple()Returns a representation of this triple as an object of the classTripleof the Jena API.
-