Basic HTML version of Foils prepared Sept 12 97

Foil 5 System Architecture-I

From Scivis Java Visualization System NPAC Documentation -- Sept 12 97. by Byeongseob Ki, Scott KLasky


1. When Scivis receives a data set from a client, it creates a visualization window called GFrame1D, 2D, 3D, Vec depending on the type of data.
  • Each window has a vector, using java.util.Vector class to hold the data sets. This vector grows as the data set becomes larger.
2. The data set is stored in class DataSet1D, 2D, 3D, Vec according to its rank.
  • These classes are subclasses of abstract class DataSet.
  • These classes have a vector which is a growable array to hold the time data. Each data set has a unique name.
  • When Scivis receives data with a name that it already has, it appends this data, else it will create a new data set.



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Fri Sep 12 1997