Class TriplesTemplate

All Implemented Interfaces:
QueryElement

public class TriplesTemplate extends StandardQueryElementCollection<TriplePattern>
Represents a collection of triple patterns
  • Method Details

    • and

      public TriplesTemplate and(TriplePattern... triples)
      add triples to this template
      Parameters:
      triples - the triples to add
      Returns:
      this TriplesTemplate instance