Uses of Interface
com.rubecula.util.MillInterface

Packages that use MillInterface
com.rubecula.jep JQuantity/JEP Integration (Optional package). 
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

com.rubecula.jquantity.test   
com.rubecula.math This is the high-level description of the math package. 
com.rubecula.util This is the high-level description of the util package. 
 

Uses of MillInterface in com.rubecula.jep
 

Fields in com.rubecula.jep declared as MillInterface
private  MillInterface TermEvaluator._Mill
          Mill to evaluate expressions.
 

Constructors in com.rubecula.jep with parameters of type MillInterface
TermEvaluator(org.nfunk.jep.type.NumberFactory numberFactory, MillInterface mill, Lookupable variables)
          Constructor to create a new TermEvaluator for the purpose of evaluating expressions using JQuantity objects rather than Doubles.
 

Uses of MillInterface in com.rubecula.jquantity
 

Classes in com.rubecula.jquantity that implement MillInterface
 class Mill
          This class is responsible for evaluating operations on Presentable objects.
 

Methods in com.rubecula.jquantity that return MillInterface
 MillInterface MillFactory.createMill(java.lang.String name)
          Method to create a named Mill.
 

Constructors in com.rubecula.jquantity with parameters of type MillInterface
Loader(java.io.InputStream stream, MillInterface mill)
           
Loader(java.io.File file, MillInterface mill)
           
Loader(java.lang.String file, MillInterface mill)
           
 

Uses of MillInterface in com.rubecula.jquantity.test
 

Fields in com.rubecula.jquantity.test declared as MillInterface
private static MillInterface Test.MILL
          The mill to be used to evaluate functions directly.
 

Uses of MillInterface in com.rubecula.math
 

Methods in com.rubecula.math that return MillInterface
 MillInterface MillFactory.createMill(java.lang.String name)
          Method to create a named Mill.
 

Uses of MillInterface in com.rubecula.util
 

Methods in com.rubecula.util that return MillInterface
 MillInterface MillFactoryInterface.createMill(java.lang.String name)
          Method to create a named Mill.