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
-
attrib_vals
- EMSpecPVals
-
email
- email
-
name
- name
-
pi
- participation info
-
se
- subevents
-
sid
- subevent ID's
-
IndData()
- a constructor
-
insertEMSpecPVals(String, String)
- inserts EM spec attrib-values.
-
insertSE(String, String, boolean)
- inserts a SubEvent name into the vectors.
name
public String name
- name
email
public String email
- email
se
public Vector se
- subevents
sid
public Vector sid
- subevent ID's
pi
public Vector pi
- participation info
attrib_vals
public Vector attrib_vals
- EMSpecPVals
IndData
public IndData()
- a constructor
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
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