codesimian
Class Chemist
java.lang.Object
codesimian.Chemist
public final class Chemist
- extends java.lang.Object
a Chemist receives a set of Liquids (can be different amounts)
and outputs a set of Liquids (can be the the same or different types of Liquid).
Each type of Chemist should have a unique type of Liquid that it requires to mix and output Liquids.
Constructor Summary |
Chemist(java.lang.String[] chemistInputNames,
double[] chemistInputAmounts,
java.lang.String[] chemistOutputNames,
double[] chemistOutputAmounts)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Chemist
public Chemist(java.lang.String[] chemistInputNames,
double[] chemistInputAmounts,
java.lang.String[] chemistOutputNames,
double[] chemistOutputAmounts)
chemistInputNames
public java.lang.String[] chemistInputNames()
chemistInputAmounts
public double[] chemistInputAmounts()
chemistOutputNames
public java.lang.String[] chemistOutputNames()
chemistOutputAmounts
public double[] chemistOutputAmounts()