public interface TableScheme
| Modifier and Type | Method and Description | 
|---|---|
| StarTable | createTable(java.lang.String specification)Turns a scheme-specific specification into a table. | 
| java.lang.String | getExampleSpecification()Returns a scheme-specific specification string suitable for use
 in examples. | 
| java.lang.String | getSchemeName()Returns the name of this scheme. | 
| java.lang.String | getSchemeUsage()Returns a short, plain-text usage string. | 
java.lang.String getSchemeName()
java.lang.String getSchemeUsage()
StarTable createTable(java.lang.String specification) throws java.io.IOException
specification - scheme-specific table specification
                        (scheme name part is not included)TableFormatException - if the format of the specification
                                 is syntactically incorrect
                                 (will typically provoke an error
                                 containing the schemeUsage string)java.io.IOException - if there is some other error in creating
                        the tablejava.lang.String getExampleSpecification()