public class IonSet extends java.lang.Object
| Constructor and Description |
|---|
IonSet()
Creates an empty IonSet.
|
public IonSet()
public void add(Ion i)
i - the Ion to be added.public int size()
public Ion get(int j)
public double calculate()
throws java.lang.Exception
java.lang.Exceptionpublic double calculate(java.io.PrintStream pst)
throws java.lang.Exception
pst - if not null, the table is sent here.java.lang.Exception