fable.python
Class Experiment
java.lang.Object
fable.python.Experiment
public class Experiment
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Experiment
public Experiment()
Experiment
public Experiment(java.util.Vector<Sample> s)
- Parameters:
s
-
getSamples
public java.util.Vector<Sample> getSamples()
getSample_toArray
public java.lang.Object[] getSample_toArray()
addSample
public void addSample(Sample s)
- 4 dc. 07
removeSample
public boolean removeSample(Sample s)
removeSampleAt
public void removeSampleAt(int index)
removeAll
public void removeAll()