org.topbraid.spin.model
Interface Construct

All Superinterfaces:
Command, Printable, Query, SolutionModifierQuery

public interface Construct
extends SolutionModifierQuery

A CONSTRUCT Query.

Author:
Holger Knublauch

Method Summary
 java.util.List<TripleTemplate> getTemplates()
          Gets the list of TripleTemplates in the head of the query.
 
Methods inherited from interface org.topbraid.spin.model.SolutionModifierQuery
getLimit, getOffset
 
Methods inherited from interface org.topbraid.spin.model.Query
getFrom, getFromNamed, getWhere, getWhereElements
 
Methods inherited from interface org.topbraid.spin.model.Command
getComment
 
Methods inherited from interface org.topbraid.spin.model.print.Printable
print
 

Method Detail

getTemplates

java.util.List<TripleTemplate> getTemplates()
Gets the list of TripleTemplates in the head of the query.

Returns:
the templates