Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can do simple calculations using the ability to dynamically define cuts and columns, but for more complex tuple analysis you can treat your tuple as a "record source". To do this access the Tuple's popup menu, and select "Create Record Source". A new node should appear in the tree, labeled "DataSets", containing the "Test of N-Tuples" record source. This Java program shows how you can write an analysis program to process the record source. Open the program, compile it and load it, and then select the Run, Go menu item to feed your tuple to the analyzer. The analyzer's recordSupplied method will be called once for each record analyzed. The documentation for the RecordAdapter class shows which other methods you can provide.

Image Added