|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |