public class AttractorScheme extends Object implements TableScheme, Documented
Currently three attractor types are supported, as documented in the usage string. An example specification would be something like
attractor:1e7,clifford,-1.25,1.66,-1.79,-0.25
where the first number is row count, the name is one of the supported
attractor types, and the numbers are parameters to that attractor.
The number of parameters depends on the type, but if no numbers are
supplied, then an example set is used. Note if you supply parameters
at random you have a good chance of getting a boring (non-strange)
attractor.| Constructor and Description |
|---|
AttractorScheme() |
| Modifier and Type | Method and Description |
|---|---|
StarTable |
createTable(String argtxt)
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 |
getXmlDescription()
Returns user-directed documentation in XML format.
|
public String getSchemeName()
TableSchemegetSchemeName in interface TableSchemepublic String getSchemeUsage()
TableSchemegetSchemeUsage in interface TableSchemepublic String getExampleSpecification()
TableSchemegetExampleSpecification in interface TableSchemepublic String getXmlDescription()
DocumentedThe output should be a sequence of one or more <P> elements, using XHTML-like XML. Since rendering may be done in a number of contexts however, use of the full range of XHTML elements is discouraged. Where possible, the content should stick to simple markup such as the elements P, A, UL, OL, LI, DL, DT, DD EM, STRONG, I, B, CODE, TT, PRE.
getXmlDescription in interface Documentedpublic StarTable createTable(String argtxt) throws TableFormatException
TableSchemecreateTable in interface TableSchemeargtxt - 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)Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.