org.topbraid.spin.model.print
Interface Printable

All Known Subinterfaces:
Ask, Construct, Describe, Element, ElementGroup, ElementList, Filter, FunctionCall, Let, NamedGraph, Optional, Query, Select, SolutionModifierQuery, Triple, TriplePath, TriplePattern, TripleTemplate, Union, Variable

public interface Printable

An interface for objects that can be printed into a PrintContext. This is implemented by SPIN Queries and Elements.

Author:
Holger Knublauch

Method Summary
 void print(PrintContext p)
          Instructs this to print itself into a given PrintContext.
 

Method Detail

print

void print(PrintContext p)
Instructs this to print itself into a given PrintContext. Implementations need to use the provided functions of p.

Parameters:
p - the context