Uses of Interface
com.rubecula.util.MillFactoryInterface

Packages that use MillFactoryInterface
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.util This is the high-level description of the util package. 
 

Uses of MillFactoryInterface in com.rubecula.jep
 

Fields in com.rubecula.jep declared as MillFactoryInterface
private  MillFactoryInterface ExpressionParser._MillFactory
          Factory to create Mills for evaluating expressions.
 

Methods in com.rubecula.jep with parameters of type MillFactoryInterface
 void ExpressionParser.setMillFactory(MillFactoryInterface millFactory)
          Method to setup the mill factory for the evaluation of expressions, in particular monadic, dyadic operations, pushing and popping of values.
 

Uses of MillFactoryInterface in com.rubecula.jquantity
 

Classes in com.rubecula.jquantity that implement MillFactoryInterface
 class MillFactory
          Factory class for Mills.
 

Uses of MillFactoryInterface in com.rubecula.util
 

Methods in com.rubecula.util with parameters of type MillFactoryInterface
 void ExpressionInterface.setMillFactory(MillFactoryInterface millFactory)
          Method to setup the mill factory for the evaluation of expressions, in particular monadic, dyadic operations, pushing and popping of values.