public interface TableScheme
Modifier and Type | Method and Description |
---|---|
StarTable |
createTable(String specification)
Turns a scheme-specific specification into a table.
|
String |
getExampleSpecification()
Returns a scheme-specific specification string suitable for use
in examples.
|
String |
getSchemeName()
Returns the name of this scheme.
|
String |
getSchemeUsage()
Returns a short, plain-text usage string.
|
String getSchemeName()
String getSchemeUsage()
StarTable createTable(String specification) throws 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)IOException
- if there is some other error in creating
the tableString getExampleSpecification()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.