|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--giavamachia.View
A set of Observations.
| Constructor Summary | |
View()
It creates a new View instance. |
|
| Method Summary | |
void |
addElement(Observation o)
It adds an Observation to the View |
Observation |
elementAt(int i)
It returns the i-th Observation. |
java.util.Enumeration |
elements()
It return an Enumeration containing all
Observations |
int |
size()
It returns the cardinality of the set. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public View()
View instance.| Method Detail |
public int size()
Observation contained.public void addElement(Observation o)
Observation to the Viewo - an Observation to add.
public Observation elementAt(int i)
throws java.lang.ArrayIndexOutOfBoundsException
i-th Observation.i - indexi-th Observationjava.lang.ArrayIndexOutOfBoundsException - if i is
greater than size()-1.public java.util.Enumeration elements()
Enumeration containing all
ObservationsEnumeration value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||