com.rubecula.jquantity.test
Class Test

java.lang.Object
  extended bycom.rubecula.jquantity.test.Test

public class Test
extends java.lang.Object

Class to demonstrate how an application might use the JQuantity package.

Since:
V_0_4
Version:
$Revision: 1.4 $
Author:
Robin Hillyard

Field Summary
protected static java.lang.String $S_MATH_MILL_FACTORY
           
private static MillInterface MILL
          The mill to be used to evaluate functions directly.
 
Constructor Summary
Test()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method for testing purposes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

$S_MATH_MILL_FACTORY

protected static final java.lang.String $S_MATH_MILL_FACTORY
See Also:
Constant Field Values

MILL

private static MillInterface MILL
The mill to be used to evaluate functions directly.

Constructor Detail

Test

public Test()
Method Detail

main

public static void main(java.lang.String[] args)
Main method for testing purposes.

Parameters:
args - command line arguments.