org.topbraid.spin.model
Interface Describe

All Superinterfaces:
Printable, Query, SolutionModifierQuery

public interface Describe
extends SolutionModifierQuery

A DESCRIBE query.

Author:
Holger Knublauch

Method Summary
 java.util.List<Resource> getResultNodes()
          Gets the result nodes of this query.
 
Methods inherited from interface org.topbraid.spin.model.SolutionModifierQuery
getLimit, getOffset
 
Methods inherited from interface org.topbraid.spin.model.Query
getComment, getFrom, getFromNamed, getWhere, getWhereElements
 
Methods inherited from interface org.topbraid.spin.model.print.Printable
print
 

Method Detail

getResultNodes

java.util.List<Resource> getResultNodes()
Gets the result nodes of this query. The resulting Resources will be automatically typecast into Variable if they are variables.

Returns:
a List of Resources (or Variables)