Uses of Interface
org.topbraid.spin.model.print.Printable

Packages that use Printable
org.topbraid.spin.model The SPIN object model (subclasses of Jena Resource). 
 

Uses of Printable in org.topbraid.spin.model
 

Subinterfaces of Printable in org.topbraid.spin.model
 interface Ask
          An ASK Query.
 interface Construct
          A CONSTRUCT Query.
 interface Describe
          A DESCRIBE query.
 interface Element
          The abstract base interface for the various Element types.
 interface ElementGroup
          A collection of zero or more child Elements.
 interface ElementList
          An RDFList representing a plain list of sub-Elements in a Query.
 interface Filter
          A SPARQL FILTER element.
 interface FunctionCall
          Part of a SPARQL expression that calls a Function.
 interface Let
          A LET assignment element.
 interface NamedGraph
          A named graph element (GRAPH keyword in SPARQL).
 interface Optional
          An OPTIONAL element group.
 interface Query
          Base interface of the various SPARQL query types such as Ask, Construct, Describe and Select.
 interface Select
          A SELECT query.
 interface SolutionModifierQuery
          Shared functions of those Query types that can have solution modifiers.
 interface Triple
          The base interface of TriplePattern and TripleTemplate.
 interface TriplePath
          A triple path element.
 interface TriplePattern
          A triple pattern element.
 interface TripleTemplate
          A triple template used in a Construct header.
 interface Union
          A UNION element.
 interface Variable
          A variable in a SPIN query.