Interface TriplesResponse

All Superinterfaces:
DataRetrievalResponse
All Known Subinterfaces:
TPFResponse
All Known Implementing Classes:
TPFResponseImpl, TriplesResponseImpl

public interface TriplesResponse extends DataRetrievalResponse
  • Method Details

    • getTriples

      Iterable<Triple> getTriples()
    • getSize

      int getSize()
      Returns the number of triples that are returned by the getTriples().