| … | |
… | |
| 63 | # |
63 | # |
| 64 | # These are stubs for the subclasses |
64 | # These are stubs for the subclasses |
| 65 | # |
65 | # |
| 66 | sub getVariables {{}} # find out what variables are used |
66 | sub getVariables {{}} # find out what variables are used |
| 67 | sub makeList {shift} # flatten a tree of commas into a list |
67 | sub makeList {shift} # flatten a tree of commas into a list |
| 68 | sub makeUnion {shift} # flatten a tree of unions into a list of intervals |
|
|
| 69 | sub makeMatrix {} # convert a list to a matrix |
68 | sub makeMatrix {} # convert a list to a matrix |
| 70 | |
69 | |
| 71 | sub reduce {shift} |
70 | sub reduce {shift} |
| 72 | sub substitute {shift} |
71 | sub substitute {shift} |
| 73 | sub string {} |
72 | sub string {} |