rasmus.interpreter.math
Class MathModule

java.lang.Object
  extended by rasmus.interpreter.ext.ModuleFactory
      extended by rasmus.interpreter.math.MathModule
All Implemented Interfaces:
VariableFactory, UnitFactory

public class MathModule
extends ModuleFactory


Constructor Summary
MathModule()
           
 
Method Summary
 UnitInstancePart newInstance(NameSpace namespace)
           
 
Methods inherited from class rasmus.interpreter.ext.ModuleFactory
asVariable, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathModule

public MathModule()
Method Detail

newInstance

public UnitInstancePart newInstance(NameSpace namespace)
Specified by:
newInstance in class ModuleFactory