All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sat.IndData

java.lang.Object
   |
   +----sat.IndData

public class IndData
extends Object
this class serves as a wrapper class for all data about an Individual participant. It has basic attributes like name, email id etc and also has a Vector of SubEvent with info on whether the Individual participates in the SubEvent or not.

Author:
Satyen Kale

Variable Index

 o attrib_vals
EMSpecPVals
 o email
email
 o name
name
 o pi
participation info
 o se
subevents
 o sid
subevent ID's

Constructor Index

 o IndData()
a constructor

Method Index

 o insertEMSpecPVals(String, String)
inserts EM spec attrib-values.
 o insertSE(String, String, boolean)
inserts a SubEvent name into the vectors.

Variables

 o name
 public String name
name

 o email
 public String email
email

 o se
 public Vector se
subevents

 o sid
 public Vector sid
subevent ID's

 o pi
 public Vector pi
participation info

 o attrib_vals
 public Vector attrib_vals
EMSpecPVals

Constructors

 o IndData
 public IndData()
a constructor

Methods

 o insertSE
 public void insertSE(String name,
                      String SEID,
                      boolean flag)
inserts a SubEvent name into the vectors.

Parameters:
name - the name of the SubEvent
SEID - the ID of the SubEvent
flag - indicates that the the Individual participates in this SubEvent
 o insertEMSpecPVals
 public void insertEMSpecPVals(String name,
                               String val)
inserts EM spec attrib-values.

Parameters:
name - the name of the attrib.
val - the value of the attrib.

All Packages  Class Hierarchy  This Package  Previous  Next  Index