Uses of Class
org.topbraid.spin.model.QueryOrTemplateCall

Packages that use QueryOrTemplateCall
org.topbraid.spin.model The SPIN object model (subclasses of Jena Resource). 
org.topbraid.spin.util Various utilities that don't fit elsewhere. 
 

Uses of QueryOrTemplateCall in org.topbraid.spin.model
 

Methods in org.topbraid.spin.model that return types with arguments of type QueryOrTemplateCall
 java.util.List<QueryOrTemplateCall> SPINInstance.getQueriesAndTemplateCalls(Property predicate)
          Gets the queries and template calls associated with this.
 

Uses of QueryOrTemplateCall in org.topbraid.spin.util
 

Method parameters in org.topbraid.spin.util with type arguments of type QueryOrTemplateCall
static void SPINUtil.addQueryOrTemplateCalls(Resource cls, Property predicate, java.util.List<QueryOrTemplateCall> results)
          Collects all queries or template calls at a given class.