org.topbraid.spin.model
Interface Command

All Superinterfaces:
Printable
All Known Subinterfaces:
Ask, Construct, Describe, Query, Select, SolutionModifierQuery

public interface Command
extends Printable

Represents instances of sp:Command (Queries or Update requests).

Author:
Holger Knublauch

Method Summary
 java.lang.String getComment()
          Gets the comment if any has been stored as rdfs:comment.
 
Methods inherited from interface org.topbraid.spin.model.print.Printable
print
 

Method Detail

getComment

java.lang.String getComment()
Gets the comment if any has been stored as rdfs:comment.

Returns:
the comment or null