|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.uiuc.ge.illigal.gale.data.AttributeSet
Attribute class contains the information for an attribute of the data set.
Field Summary | |
protected java.util.Vector |
vecAtts
Set of attributes present in the data set |
Constructor Summary | |
AttributeSet()
Builds an empty attribute set. |
Method Summary | |
void |
add(edu.uiuc.ge.illigal.gale.data.Attribute att)
Adds an attribute to the attribute set. |
edu.uiuc.ge.illigal.gale.data.Attribute |
attribute(int iPos)
Returns the attribute of the given index. |
int |
size()
Returns the number of attributes kept in the set. |
java.lang.String |
toString()
Returns the stringfied representation of attributes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.util.Vector vecAtts
Constructor Detail |
public AttributeSet()
Method Detail |
public edu.uiuc.ge.illigal.gale.data.Attribute attribute(int iPos)
iPos
- the index of the attribute to retrieve
public void add(edu.uiuc.ge.illigal.gale.data.Attribute att)
att
- the attribute to addpublic int size()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |