6
OVERVIEW
Spotfire Miner is written in Java and C++. The graphical user
interface and some computational components are in Java. The
underlying pipeline architecture and other computational
components are in C++.
The same techniques that TIBCO uses to create nodes in Spotfire
Miner can be employed by users to create additional nodes. Creating
nodes in Java or C++ requires a much greater level of programming
expertise than creating nodes with Spotfire S+. The target audience
for this material is a Java programmer with some experience using
Swing. For C++ nodes, the programmer should also have experience
with numerical programming in C++.
The first section of this chapter details the various items that need to
be created to add a component to Spotfire Miner. The next section
discusses the architecture of the graphical user interface classes used
to create and coordinate property dialogs, viewers, and computations.
Later sections discuss writing the computational classes using Java or
C++.
To create new components for Spotfire Miner, you will need to be
familiar with a variety of Java classes. Javadoc for the classes
discussed in this document is available in the doc/javadoc directory.
Komentáře k této Příručce