org.topbraid.spin.model
Interface SPINInstance


public interface SPINInstance

A Resource that also may have spin constraints or rules attached to it. This is basically a convenience layer that can be used to access those constraints and rules more easily.

Author:
Holger Knublauch

Method Summary
 java.util.List<QueryOrTemplateCall> getQueriesAndTemplateCalls(Property predicate)
          Gets the queries and template calls associated with this.
 

Method Detail

getQueriesAndTemplateCalls

java.util.List<QueryOrTemplateCall> getQueriesAndTemplateCalls(Property predicate)
Gets the queries and template calls associated with this.

Parameters:
predicate - the predicate such as spin:rule
Returns:
a List of QueryOrTemplateCall instances